[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems about JDB
From: |
Wenpeng Zhou |
Subject: |
Problems about JDB |
Date: |
Tue, 4 Nov 2003 11:45:17 +0200 (EET) |
Hi,
I am trying to debug a Java program with JDB.
My command to run java is: (path is: /home/wzhou/ssfnet/examples/wormdemo)
java -classpath ../../src:../../lib/raceway.jar SSF.Net.Net 57600
campusUnderAttack.dml
My java classes in the directory /Home/wzhou/ssfnet/src/SSF/App/worm
when I debug, I use the following commands:
jdb -classpath ../../src:../../lib/raceway.jar SSF.Net.Net 57600
campusUnderAttack.dml
Initializing jdb ...
>stop in AS.triggerInfections
It can not hit this breakpiont until it complete the execution.
what is wrong with my command?
thanks,
Wenpeng
- Problems about JDB,
Wenpeng Zhou <=