Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugger problem

Former Member
0 Likes
509

I'm not sure if this is the relevant area for this thread but I was really stuck up on this issue. I'm trying to debug a couple of programs for the last few days and every single time I set a breakpoint and I execute the program, the debugger does not start. Is this because, this is an ALV report? I read somewhere that the new debugger does not support screen debugging.

So, anyways, I manually entered '\h' after selecting the input fields.. But even after going in the debugger, I can't jump to a specific line by using the goto statement.

It says "not possible to jump to this line".

I would really appreciate any help.

1 REPLY 1
Read only

Former Member
0 Likes
440

Hi,

GOTO is used for some command lines only .In few cases it is not possible to go to particular line of code and GOTO may not work there and hence you have to restart your code to reach that point by putting a break-point and saving it during debugging