Launch Debugger: "Console Logging" option improvements | Community
Skip to main content
BogdanNazaruk
August 12, 2021
New

Launch Debugger: "Console Logging" option improvements

  • August 12, 2021
  • 0 replies
  • 3054 views

Description -

In the Launch part of the debugger. There's the Console Logging checkbox. That's the subject of this suggestion.

 

1. Stop reloading the page on that checkbox change. You don't need to. Just execute _satellite.setDebug(1) and set the local storage value. 

2. Have it on by default whenever a library substitution/setting is done. The cases when it's not needed by default are... edge cases.



Why is this feature important to you -

 

1. Stops wasting my time on needless pageloads.

2. Stops wasting my time on enabling it when it's obviously the intention.