Skip to content

Debugger should allow user to specify launching cli command in launch.json #33

@testforstephen

Description

@testforstephen

In order to debug spring mvc projects with vscode-java-debug, user need run mvnDebug tomcat7:run on cmd first, then configure attach options in launch.json.
Actually debugger can integrate the launch command in launch.json. And use launchInTerminal feature to execute the launching command in VSCode integrated terminal automatically. Then debugger attaches to the debug port to start debugging.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions