How to debug a pop-up (A useful trick to debug a pop-up)
How to debug a pop-up (A useful trick to debug a pop-up)
Sometime you need to debug a process but the logic that you need to debug is after a button event after 3 pop ups. So, what we do? Debug everything trying to find out when our point starts. NO! We can create a shortcut on your desktop & drop down it into your pop-up or before the event & the debug will start after it.
Creating a debug shortcut:
Change title to help you to identify the client, change the tcode to /h and chose a place where to save the shortcut,
And Finish.
Go to desktop & find your shortcut-
Now, how the magic happens:
A message will be shown…
Continue the process… And the debug will starts after your click event!
Comments
Post a Comment
If you have any doubts let me know