vscode-debug-launcher icon indicating copy to clipboard operation
vscode-debug-launcher copied to clipboard

Start debugging, without having to define any tasks or launch configurations, even from the terminal.

Results 6 vscode-debug-launcher issues
Sort by recently updated
recently updated
newest added

Hello, thanks for this great extension! I need a way to also stop or restart the debugger from terminal, can this extension be used for this purpose? Couldn't exactly find...

First of all, thanks for your great work, it helped me a lot! My question is that I have many configurations in my `launch.json` file, and I want to debug...

Hi, First of all, thank you for making this plugin. It's very helpful! Now I have a problem to how to run preLaunchTask and postDebugTask before running the debug. It...

help wanted

I installed the plugin in vscode and did what was written here https://github.com/fabiospampinato/vscode-debug-launcher/blob/master/docs/terminal.md. to get the debugger command in zsh internal vscode terminal. but whatever i write i always get...

bug

We currently only support Python _files_. Adding support for whole projects would be useful. PRs welcome 👍

enhancement
help wanted

As far as I can tell this plugin only supports injecting the launch config fields which are contained inside the configurations array. It would be great to have this functionality:...

enhancement