In my IntelliJ Idea 7.0.3 editor (jdk 1.6) I have the folder structore on the left...
src -> packages -> java files...
One of the java classes is UNDERLINED with a red squiggly line... the application compiles and runs fine.. but I suppose because of this red unerline it does not debug at all... just gives
Disconnected from the target VM, address: '127.0.0.1:4717', transport: 'socket'
ONLY that 1 class is underlined... what does this mean?!??