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

Problem with Debugger after Upgrade.

Former Member
0 Likes
1,063

Hi All,

I am facing a wiered problem with debugger after EHP6 Upgrade.

The breakpoints are not working, even /h is helpless.

The problem is not for all the system user.

Any idea ..??

Thanking You All.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
993

Hi All,

My problem was due to Kernel.

It can only be resolved by Kernel Upgrade.

Thanking You All.

9 REPLIES 9
Read only

kamesh_g
Contributor
0 Likes
993

Hi

I dont think it is because of EHP6 . Because we could able to debugg.

But if you are trying external break points just go to utilities in menu bar and check whether you have user name set for break points.

As you are saying it is not for all the system users definitely you are trying external break points so check debugging settings in utilities.

Read only

arindam_m
Active Contributor
0 Likes
993

Hi,

Check the concept of external and session breakpoints. Also check if break-point <username>. this should work.

Cheers,

Arindam

Read only

Former Member
0 Likes
993

Hi Arindam,

Thanks for the reply.

Even some times /h is not working.

What more do I need to check

Thanking You All.

Read only

Sijin_Chandran
Active Contributor
0 Likes
993

Hello ,

What is the actual problem you are facing ?

I mean are you not able to set breakpoints or not able to /h or anything else ?

Couple of weeks ago I had a problem with setting breakpoints at runtime which I got solved with the below thread .

http://scn.sap.com/thread/3349745

Read only

0 Likes
993

Hi

Read only

RaymondGiuseppi
Active Contributor
0 Likes
993

Did you check number of modes already opened (SM04), number of users already debugging (rdisp/wpdbug_max_no) or message in system log (SM21) or such errors as authorization failures (SU53) ?

Regards,

Raymond

Read only

0 Likes
993

Hi Raymond,

Thanks for the reply.

I did not checked for all, but yes there was no problem in SU53.

And the worst prblem is that some times it works and some times it does not, all the problem is also faced by other developers in the system.

Any idea ?

Thanking You All.

Read only

0 Likes
993

Hi,

Although it looks like a selectively working and not working there is a reason behind that. Check the below link for clarification.

http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm

Also, there are two sets of breakpoint:

Internal or session: These will work only when the session is common

External: these will hit from other sessions also provided they belong to same user

Also check in Utilities->Breakpoint->Display check the button Internal<->Session to see all the breakpoints that have been saved if the breakpoint is not on the list its not active. Check these for users see which ones working and which one not.

Cheers,

Arindam

Read only

Former Member
0 Likes
994

Hi All,

My problem was due to Kernel.

It can only be resolved by Kernel Upgrade.

Thanking You All.