2008 Sep 04 8:24 AM
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?
2008 Sep 05 4:13 PM
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
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
2008 Sep 05 4:13 PM
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
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |