Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support a debug terminal like JS Debug #88

Open
sbatten opened this issue Sep 15, 2023 · 2 comments
Open

Support a debug terminal like JS Debug #88

sbatten opened this issue Sep 15, 2023 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality under-discussion Issue is under discussion for relevance, priority, approach

Comments

@sbatten
Copy link
Member

sbatten commented Sep 15, 2023

The JavaScript debugger has a JavaScript Debug Terminal which you can open in the integrated terminal panel. From there, you can run arbitrary commands and if they execute your TS/JS files you can set breakpoints without ever having to set up a launch config.

This is useful for when the execution of your files is wrapped by other commands. e.g. you might a separate bash script to run a series of python files in different ways. Instead of creating a launch config for each file, you can just execute the bash script in the debug terminal. Additionally, you may want to change the arguments that you pass to the script multiple times while debugging. Leveraging the native terminal history is nice here. Lastly, you might just not want a launch config. They seem somewhat permanent, and you might just want this while you are writing a script.

@sbatten sbatten added the feature-request Request for new features or functionality label Sep 15, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 15, 2023
@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python Sep 18, 2023
@paulacamargo25 paulacamargo25 added needs community feedback under-discussion Issue is under discussion for relevance, priority, approach and removed triage-needed Needs assignment to the proper sub-team needs community feedback labels Sep 21, 2023
@Alex-EEE
Copy link

upvote

@eleanorjboyd
Copy link
Member

#321 had 5 upvotes - consider this when ranking for importance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests

5 participants