Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] StepOver/Hide statements/instructions without linenumber

You need to log a new feature request against the Java debugger for this. 
The support does not currently exist.

Thanks,

Darin Wright




Ralf Anklam <ikeman@xxxxxxxxxxxxxxx> 
Sent by: jdt-debug-dev-bounces@xxxxxxxxxxx
03/09/2006 10:26 AM
Please respond to
"Eclipse JDT Debug developers list."


To
"Eclipse JDT Debug developers list." <jdt-debug-dev@xxxxxxxxxxx>
cc

Subject
[jdt-debug-dev] StepOver/Hide statements/instructions without   linenumber






Hello,

while debugging handgenerated bytecode it is essential to hide some 
generated instructions.
In stackframe-view you can see these instructions/statements with the 
hint "line: not available".

Is ist possible to configure eclipse-debugger in that way, that he 
removes statements from view which has no linenumbers?
(Similar to stepfilters. e.g. classes are executed but not displayed.)

Or is there another alternative?

Best regards,
Ralf Anklam
_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev




Back to the top