Environment
- Operating System: Win 10
- JDK version: 8
- Visual Studio Code version: 1.32.3
- Java extension version: 0.42.1
- Java Debugger extension version: 0.17.0
I'm trying to debug a local tomcat war with additional source code for dependencies.
I declared in launch.json theses extra source directories like below, but it seems not taking in consideration in the call stack, Unknown source label is displayed.
Launch.json

Need I more configuration ?
Environment
I'm trying to debug a local tomcat war with additional source code for dependencies.
I declared in launch.json theses extra source directories like below, but it seems not taking in consideration in the call stack, Unknown source label is displayed.
Launch.json
Need I more configuration ?