How do I turn on/off Delphi IDE debugging in TMS Web Core v2.3+?

121 views Asked by At

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?

1

There are 1 answers

2
Shaun Roselt On BEST ANSWER

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.

From the Delphi IDE, you can globally define whether you want debugging from the Delphi IDE or debugging from the browser console. This setting is under Tools, Options, TMS WEB, "Debugging IDE / Browser". But you can also define this at project level under Project Options, TMS WEB, "Debugging IDE / Browser"

TMS Web Core Delphi Options

There's also a video on YouTube that shows how the IDE debugging works and how to disable/enable it.