Differences between debug and run? Follow
I'm trying to write an app server integration plugin (orion), and I have the webapp running part working nicely. Orion is launched correctly from within idea. However, if I try to run the same configuration through debug, I get a NoClassDefFoundError (for the orion main class). Why does the exact same code working if I run, but doesn't if I debug?
Please sign in to leave a comment.
Hi Hani,
I know you are on OSX and this might be related to
http://www.intellij.net/tracker/idea/viewSCR?publicId=8212
Please try build #700, the issue should be fixed there.
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
Works now, thanks!