Hi 

I don't now if someone already have this problem, but what is happening:

Java Source

public class teste {

  public teste () throws Exception {
    throw new Exception("ola");
  }
        public static void main(String[] args) {
    int i = 0;
    System.out.println("Hello World i:"+i);
        }
}

I Start the debuger in JDEbug-Processes-Start debugger;
Set the breakpoint;
Then Debug App in JDE option in the menu.


Once I go to the Debug App option, I get the following message:

*Messages* output
Setting JDE variables to startup values...
Debugger started successfully.
No method definition: jde-dbs-proc-display-debug-message,
"#<jde-dbs-launch-process Launch teste>"

Probably some configuration, that i'm missing.

--------------
Keep the good work

Luis Novais



____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Reply via email to