Hello everyone,
I have a problem, can someone help me?!!
Config:
JBoss 5.1.0.GA installed on localhost as a test server
Tomcat 7.0.33 as a Chronon recording server
Java version "1.6.0_33"
Win XP 32bit
My probem:
everything goes well, I can record the demos with tomcat server and import into Eclipse but i can't debug anything.
Run to line: not working
Only a specific class was opened (and always the same one) with the demo and I can't navigate between classes with Ctrl + Click on any methods.
screenshot :
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


-
Ramzan,
Does 'run to method' work or is that not working either?
If not, can you send the packed recording file to so that we can examine it? -
-
Thank you for your quickly response.
Run to method not working too.
I sent you a link of Google Drive and Free.fr
Best regards,
Ramzan -
-
Hi
I am having having the same problem to record java application running with the following configuration:
Windows 2000 32 bit
Java version 1.6.0_05
Stand alone application (not a web or application server is used)
The code is compiled using Java 1.6.0_20 including java debug “vars” option.
The problem:
I can record the application using the recorder server (filter record is com.**), I import the record file (*.tar) into Eclipse but I can’t debug anything.
In thread tab I see only part of the system threads, run to line not working, Only few specific class are opened (the same classes on every record)
can someone help please? -
-
Danny,
If you double click on a thread, does it jump to the begining?
Does 'run to method' work?
What kind of application are you recording? (spring app,javaee app, desktop app) -
-
I am recording java application running as a windows service server application spring based.
On the stack windwo I see only one thread,
'run to method' works partially, I have logs which confirm that I use methods but when using the 'run to method' I get 'No calls for this method after current time' and 'No calls for this method befor current time'
please see attached screen shots -
-
we have another user facing a similiar issue who has given us sample code to reproduce the problem on our side.
I will update this thread shortly with a patch announcement. -
-
we just released build 140 with some fixes.
Can you try it and see if it works for you? -
-
I am having the same problem trying to record an app deployed to Tomcat 7 running java 1.6 using recording server 3.8. Configuration specifies com.** but I only see one class in the debugger when debugging the recording
-