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: 

Debug a protected method

rainer_hbenthal
Active Contributor
0 Kudos

While developping a class, it is possible to debug the methods in a stand alone mode. Unfortunately, the protected methods are not visible, only the public ones.

Is there any other way instead of making a method temporarily public to executea protected method in the test sceanrio?

1 ACCEPTED SOLUTION

former_member226999
Contributor
0 Kudos

Set break point just before the private method is called and once in debugger , go to menu and select : Settings -> System Debuging.

This should enable going through the system routines as well.

Hope this helps.

Franc

1 REPLY 1

former_member226999
Contributor
0 Kudos

Set break point just before the private method is called and once in debugger , go to menu and select : Settings -> System Debuging.

This should enable going through the system routines as well.

Hope this helps.

Franc