Skip to content

Starting debugger in a Quarkus project that contains a node_modules/ fails #339

@datho7561

Description

@datho7561

Make this folder structure, using the default Quarkus and Svelte example respectively:

 v quarkus-project
 | v src
 | | v main
 | | | v frontend
 | | | | package.json
 | | | | > node_modules
 | | | | > src
 | | | | ...
 | | | > java
 | | | ...
 | pom.xml
 | ...

If you try to debug the Quarkus project, it appears to do nothing.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions