While researching another post I downloaded and created an example with the latest nightly build (SmartClient Version: v10.0p_2016-01-21/PowerEdition Deployment (built 2016-01-21)).
While doing so, I noticed that the SmartClient modules are included via a generated file (LoadScriptTagFiles.js), which I gather is to work around an issue when working in SuperDev Mode.
However, the generated file always seems to want to load the runtime versions of the SmartClient modules. I can force the debug versions to load by replacing the reference to LoadScriptTagFiles.js in BuiltInDS.html with my own script tags to load the debug modules, but I'm pretty sure there's probably a more preferred way to do this. I have read the Using the Debug Modules docs and step into these modules on a daily basis while debugging our app in our (slightly) older version of the framework (SmartClient Version: v10.0p_2015-10-19/PowerEdition Deployment (built 2015-10-19)).
So, I'm not entirely stuck, but of you wouldn't mind, please, giving me a shove in the right direction I would very much appreciate it. Thanks in advance.
While doing so, I noticed that the SmartClient modules are included via a generated file (LoadScriptTagFiles.js), which I gather is to work around an issue when working in SuperDev Mode.
However, the generated file always seems to want to load the runtime versions of the SmartClient modules. I can force the debug versions to load by replacing the reference to LoadScriptTagFiles.js in BuiltInDS.html with my own script tags to load the debug modules, but I'm pretty sure there's probably a more preferred way to do this. I have read the Using the Debug Modules docs and step into these modules on a daily basis while debugging our app in our (slightly) older version of the framework (SmartClient Version: v10.0p_2015-10-19/PowerEdition Deployment (built 2015-10-19)).
So, I'm not entirely stuck, but of you wouldn't mind, please, giving me a shove in the right direction I would very much appreciate it. Thanks in advance.
Comment