Application Development 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: 

Problem with new debugger.

Former Member
0 Kudos

Hi-

I am facing problem with the new debugger in ECC 6.0.

When I leave the debugger on in the middle and leave the debugger window idle for some time, the window gets stuck.

Can anyone of you know how to avoid this problem??

Thanks.

Ramesh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The simple reason for the new debugger to behave like this is that it opens up a new ACTIVE session which is active always unless you totaly come out of the program even out of the list display.

Cheers

VJ

5 REPLIES 5

Clemenss
Active Contributor
0 Kudos

Hi,

I think this is a known problem. This happens also, when your program creates a list and you are still in the list display. Leave the list display and thus the program an the window will be freed.

I avoid the problem by using the old debugger - Still I do not see real advantage in using new debugger.

Regards,

Clemens

0 Kudos

I agree, its fancy thats it!

Former Member
0 Kudos

I have found a number of advantages to the new debugger. Couple of simple ones are:

Because it does not force a commit work on the transaction being debugged it shows a true picture of what is happening. For example - debug HR PA30 infotype with dynamic action (I think) to update a second infotype - old debugger prevents the second update from occuring, but it can be debugged in new one.

New debugger also allows better display of long field values

I just close the extra debug window using the sapgui stop transaction option when done with it.

Andrew

Former Member
0 Kudos

Hi,

The simple reason for the new debugger to behave like this is that it opens up a new ACTIVE session which is active always unless you totaly come out of the program even out of the list display.

Cheers

VJ

dhorions
Contributor
0 Kudos

Just enter /hx in the session that started the debugger, then it will go away.