question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expose debug status

See original GitHub issue

I’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:open
  • Created 6 years ago
  • Reactions:14
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
fabiospampinatocommented, Aug 26, 2017

@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?

1reaction
fabiospampinatocommented, Oct 12, 2018

@weinand As there been any progress on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found