Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top