Debugging is extremely difficult when the output is on the screen that we need to see and interact with.
The DroidScript Log / Output window in VSCode is ideal for common "console.log()" output.
What pattern is required amongst app.SetDebug, app.ShowDebug, app.CreateDebug(), and/or possibly other related features to get logs in VSCode without that same output going to the DS screen?