-
i wanted to know wether i can using th JDI interface .. JPDA architecture ...
get all the line numbers that a vm has ececuted from a loaded class file ..
if yes how to do that which events to catch from the Target VM ..
any other suggestions are welcome ..
thanks in advace ...
2002-02-13 07:16:32 UTC by nitinvk
-
In a recent JavaWorld article, I read about the ability to use Jylog to perform unit tests. Has or is anyone currently using it in this capacity and willing to give me some pointers or share their experience?
Tom.
2002-01-04 19:28:13 UTC by aldheorte
-
when trying to execute
java jylog.debugger.ui.PublicUI
i'm getting a NoClassDefFOund on com/sun/jdi/connect/Connector.
Here is my classpath, i dont know which jar file it belongs to...
c:\Exceed\hcljrcsv.zip;c:\Exceed;"C:\JBuilder4\jdk1.3\jre\lib\ext\QTJava.zip";c:\coding\;%JAVA_HOME%\jre\lib\rt.jar;%JAVA_HOME%\jre\lib\jsse.jar;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar.
2001-12-28 19:40:58 UTC by olidrew
-
Logged In: YES
user_id=410751
yeah i got the same error too :
Exception occurred during event dispatching:
java.lang.NoClassDefFoundError: jylog/debugger/ui/TestDialog
at
jylog.debugger.ui.PublicUI$AddBreakpointActionListener.actio
nPerformed(PublicUI.java:353)
at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1450)
at...
2001-12-26 03:35:52 UTC by nishu6ul
-
I suppose that it is a mistake. Remake jar.
extract the jar and then change directory to myproject which has jylog inside it. remake jar as jar cf jylog.jar jylog
And put this new jylog.jar in the classpath.
I hope this should work.
nishant.
2001-12-26 03:34:03 UTC by nishu6ul
-
Hi all
It would be great if someone could work on this with me .
I am kinna stuck in a tough deadlne . .
i'll add the users .. mail me at sanjay_dahiya@hotmail.com
Sanjay.
2001-12-20 14:32:12 UTC by sanjay_dahiya
-
hi all
sorry for the delayed responses, i am stuck in a tough deadline .. million dollar project kinna stuff .. but i get nothing :(
anyways i 'll join you guyz as soon as i get out of this
Fot Adding logpoints :
1. load source first .. as leo said ... set sourece root first
2. Now click on any line in source where you want to add log point
3. click on log point button
4. in the...
2001-12-20 14:05:49 UTC by sanjay_dahiya
-
Logged In: YES
user_id=146031
This problem can be fixed by commenting out lines 101 to
104 (a main method probably there for test purposes) in
jylog\debugger\ui\FieldCollector.java.
2001-12-19 20:02:09 UTC by mpassell
-
I tried to use jylog in listening mode, logging only a
single method. It failed, throwing
NullPointerExceptions like this:
Exception at:>>>>>>> nodeAdded
java.lang.NullPointerException
at
jylog.debugger.logger.XMLLogger.logMethodEntry
(XMLLogger.java:88)
at
jylog.debugger.listeners.logevents.LogMethodEntry.log
(LogMethodEntry.java:48)
2001-12-19 18:51:11 UTC by mpassell
-
Hooray ! I got it to work aswell, saving the config, saving the log & enabling logging on methods etc. Everything apart from the LogPoint menu ( which I reckon should do the same as the checkbox )
This line in the last post did it for me:
"Seems you should click the checkbox in some orders. If u want to check a node, remember check its parent node, grandparent node...."...
2001-12-19 16:18:29 UTC by evandersanden