Quote: |
Clients use JavaScript/AJAX to send/receive raw data, thus I don't have the option to use urls with DBGSESSID parameters |
Why? What prevents you from adding DBGSESSID to the URL?
Quote: |
However, I had to set debugger.JIT_enabled=On to allow my Breakpoints to work |
This is a totally different feature that has no relation to breakpoints at all
Quote: |
Why can't I simply add a Breakpoint (I have mine set to F5) and it automatically DebugBreak at that location? |
because you set these breakpoints in the IDE and it's necessary to start debug session first to have this info passed to the debugger module running on the server, then they will trigger in this session.