SAP UI5 debug mode

Created by Jerry Wang, last modified on Nov 05, 2014

bDebugSources

isIE

sap-ui-debug

localStorage

getItem

abap.js

bootstrap

defer

window.document.write

document

write

sScriptTags

launch pad line 91行有当前UI 运行mode的判断. 如果当前运行在non debug mode下,则line 110 动态加载core-min-1.js, core-min-2.js 和core-min-3.js:

SAP UI5 debug mode

三个js的加载可以在network里观察到:

SAP UI5 debug mode

在UI上使用ctrl+shift+alt+p的组合键 enable debug mode:

SAP UI5 debug mode

之后bDebugSources就为true,上述三个js将不会再被加载:

SAP UI5 debug mode

取而代之的是加载core-min-0-dbg.js:

SAP UI5 debug mode

使用Chrome的格式化功能之后,能发现dbg.js的加载发生在core-min-0.js的7829行:

SAP UI5 debug mode

<img src="https://user-images.githubusercontent.com/5669954/27391428-3cfabb56-56a4-11e7-95d3-4e2d3f5dd8ff.png)



上一篇:when and where is createContent called


下一篇:控件setVisible为false会导致控件被移除