I just updated my TMS Web Core to v2.3+ and the new Delphi IDE debugging is now enabled by default instead of the old debugging from the browser console.
I don't like the new Delphi IDE debugging, because it opens a new browser instance every time I run my project.
Is there a way to turn off debugging via the Delphi IDE and revert back to the old browser console debugging method?
I found a LinkedIn article explaining how it works and how you can disable/enable it. You can set it for all projects or only set it for a specific project.
There's also a video on YouTube that shows how the IDE debugging works and how to disable/enable it.