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: 

Debugging issue

former_member572496
Participant
0 Kudos

Hello all,

Thank for your answer few days back i raised a question.

Now i have a another question. i'e when debugging a standard program, i want to put a debugger in some messages but i have to put a breakpoints in debugging mode. but it is not triggered in when i put break point. hoe to put break point in messages class.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can't put a break point in message class. But you could do a where used list of message and put break points at those lines.

when you execute the transaction it will stop any of the lines where you put break points.

Regards

Rajasrikanth

7 REPLIES 7

Former Member
0 Kudos

You can't put a break point in message class. But you could do a where used list of message and put break points at those lines.

when you execute the transaction it will stop any of the lines where you put break points.

Regards

Rajasrikanth

0 Kudos

you can even put the break point while debugging the code, But make sure to press "SAVE" button. when you call the transaction once again this break point will trigger

roberto_forti
Contributor

Hi Sainath,

Below SAP link document which has an excellent sample.

https://archive.sap.com/documents/docs/DOC-53035

Regards,

SantoshKallem
Active Contributor

Once you are in Debugging with /H, set the break point as below to stop at your required message. Hope screen shot explains.

Thanks,
Santosh

0 Kudos

Hi Santosh,

Thank you for your feed back. What you said is exactly correct but i did same thing. But the break points are not triggerd.

Sandra_Rossi
Active Contributor
0 Kudos

If your other question ("few days back i raised a question") supports the current one, then add a hyperlink please 🙂

former_member572496
Participant
0 Kudos

Hi Santosh,

Thank you for your answer.What you said is absolute correct thank you for your suggestion.

Thanks,

sainath k