Replies: 1 comment 2 replies
-
Why on earth would you use IDEA to debug NetBeans and not NetBeans itself?! With NetBeans you open the module you want to have a closer look at, choose "Debug" from the context menu and the system will start a development version of the IDE in debug mode. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run and debug this project using intellij IDEA. I was able to just run by starting

nbbuild.tryme
ant target in IDEA, but runningnbbuild.tryme-debug
failed because of nbjpdastart.Beta Was this translation helpful? Give feedback.
All reactions