dmitri wrote: |
if you turned on DebugSession (either in the IDE settings for the debugger or in the Debugger Toolbar menu), debugger will start for each request you run on the server. To stop DebugSession, you have to drop debugger cookie. It can be done with Run W/O Debugger, or by closing browser window (it works only with external browser and only if you close whole the window, not tabs).
Quote: | FINALLY, is there any way to disable F5 from triggering the debugger |
You may want to turn DebugSession off. |
Thanks for the reply. That is consistent with what I'm seeing as I am forced to use session in order to debug AJAX.
Unfortunately that means every time I refresh the page in order to refresh my Javascript it invokes the debugger for that page and I have to tab over to that page, step through that page that I don't want to debug, just to be able to get back to the point where I can debug my AJAX web service. It is rather distracting and can make it very difficult to concentrate when debugging complex code.
As for your alternate options, closing and then reopening the browser would be even more distracting, and I don't think you have a "run w/o debugger" option on the browser toolbar.
Is there any chance you can modify that behavior in future releases? For example, if you could add a flag to DBGSESSID that basically says "Debug just this one HTTP request and then turn off the debug session" it would make a huge difference.
Also, it would be nice to be able to define a set of rules for which files will be debugged and which will not be. That would allow us to streamline our debugging process quite a bit.
Thanks in advance for considering.
-Mike