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

Setting debug point in ADT class

mwn
Participant
0 Kudos
528

Is there a way to set a breakpoint at a non-executable line in a class using ADT?
I have a class which inherits from another class. I want to debug my class, so that I can see my class constructor executing the class constructor of the superclass. 
The ADT debugger doesn't allow me to set a breakpoint at the method implementation , as it is a non-executable line.

Any ideas, please?

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Kudos
498

Why not setting the breakpoint at the first line of the class constructor implementation? (of your class or of the inherited class)

Read only

0 Kudos
487

I could do that, but with a SAPGUI debug, I can start running in debug mode and just follow the single steps. I was looking for that functionality.

Read only

Sandra_Rossi
Active Contributor
0 Kudos
435

Alas, many SAP GUI debug features are not available in ADT.