Kill a Debugging Session with the Tooling API
If you’re too cool for declarative tools, fret not: You can kill a
debugging session using the Tooling API, without going anywhere
near the Setup tree.
- Open the Developer Console.
- Open the Query Editor.
- Select Use Tooling API.
-
Run this SOQL
query.
1SELECT Status FROM ApexDebuggerSession WHERE Status = 'Active' - Change the value of Status from Active to Kill.
- Save the modified row.