Debugging Subsystem
The debugging subsystem supports core debugging functions for JavaScript services. It provides execution control, breakpoint management, and runtime inspection to help streamline the debugging experience.
* 
The debugging subsystem is disabled by default. To enable it, set EnableDevOnlyFeatures to true in the platform-settings.json file.
Related Topics
Was this helpful?