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?