Skip to content

Support a integrated debug terminal like JS Debug #88

Closed
@sbatten

Description

@sbatten

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.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityneeds PRReady to be worked onon-testplanAdded to test plan

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions