Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] help: current execution line is not highlighted

Hi,


I'm running a standalone equinox with some bundles, compiled and packaged with an external tool (which calls javac with -g) with java 1.6. I want to debug one bundle, so I set a breakpoint and attach using 'remote' (i run the equinox java process with the proper options for remote deubgging). The debugger indeed breaks when the code reaches the breakpoint and opens the file, but it doesn't highlight the line in question (the line is shown in the 'Debug' stack view and is the right line). If I click on other classes on the stack trace in the same bundle, then the executed line is highlighted. Stepping over doesn't create a highlight. Any hints?


Thank you,

Ittay

-- 
Ittay Dror <ittayd@xxxxxxxxxx>
Tikal <http://www.tikalk.com>
Tikal Project <http://tikal.sourceforge.net>

Back to the top