Debugger - Goto here
HI!
Inspired by another current topic, I would like to ask for another debugger
function: Goto here.
Explanation: The current line is 500, so this would be the next to execute,
but I want to continue at line 507, without executing 500-506. So I would
like to set the current line from 500 to 507. The J++ debugger could do
this, would this be possible in NetBeans?
Regards,
Thomas
# 1
Hello,
Its not possible, because its not supported by Sun JDK.
Hanz
Thomas Börkel wrote:
> HI!
>
> Inspired by another current topic, I would like to ask for another debugger
> function: Goto here.
>
> Explanation: The current line is 500, so this would be the next to execute,
> but I want to continue at line 507, without executing 500-506. So I would
> like to set the current line from 500 to 507. The J++ debugger could do
> this, would this be possible in NetBeans?
>
> Regards,
> Thomas
>
>
>
>