Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 98538

Build and debug a single Java package with "Debugger for Java" VS Code extension

$
0
0

I need to configure a VS Code debugger in such a way so that it could build and run only specific packages from my Java project without even touching the others.

The problem is that I have a huge project that consists of a number of completely unrelated packages with half of them throwing compile-time errors.

Example project structure

  • Project
    • src
      • crappy_package
        • broken_file.java (x100500)
          • package src.crappy_package;
      • good_package
        • healthy_file.java (x100500)
          • package src.good_package;

Viewing all articles
Browse latest Browse all 98538

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>