Expose debug status
See original GitHub issueI’ve made an extension that puts a debugger into the statusbar, in order to workaround a year-old issue with the default floating debugger widget (#2513 #9093) but I cannot quite make it work perfectly because there’s no API for getting the status of the debugger.
In order to do that it would be necessary to know:
- if a debug session is currently active
- when it started/stopped
- if code execution is paused
A decent, and maybe more general, starting point might be to expose the switches used in keybindings under the when
key, like inDebugMode
for instance.
What do you think?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:14
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Debugging Spring Applications - Baeldung
Learn how to debug Spring applications for various application servers and IDEs.
Read more >Check the status of the Debug mode
You can check the status of the Debug mode using OpenEdge Management or OpenEdge Explorer. Alternatively, you can check the status using the...
Read more >“Debug mode” in popular webdev tool exposes credentials for ...
The tool, a PHP framework called Laravel, includes a “debug mode” that lets developers identify errors and misconfigurations before websites ...
Read more >Debugging - Getting Started - Node.js
Debugging Guide. This guide will help you get started debugging your Node.js apps and scripts. ... Exposing the debug port publicly is unsafe....
Read more >Debug Running Pods | Kubernetes
If your Pod is not yet running, start with Debugging Pods. ... as well as status information about the container(s) and Pod (state, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@weinand Information about compound debugging should be exposed as well, I’ve got an issue about it (https://github.com/fabiospampinato/vscode-statusbar-debugger/issues/4) which I cannot fix without it.
Can you provide an estimate for when this issue will be resolved?
@weinand As there been any progress on this?