Eclipse has this. NetBeans don't.
Eclipse allows you to choose different run/debug profiles, while NetBeans has only one "Run/Debug Main Project".
Probably this is the feature I missed the most.
Vote → Issue 49636 - Build/run configurations for j2seproject's
1 comment:
another nice thing about Eclipse is,
it separates "standard error" (System.err...) from "standard output" (System.output...), which helps a lot in debugging.
Post a Comment