You are on page 1of 1

Debugging and running an application

1. What can you do in Debug mode?


We can insert stops or a single stop through the code and display the contents of variables.

2. How can you look at instance variables in debug mode?


Instance variables are part of an object’s definition so PB lists instance variables as
attributes of that object itself at the end of the list.

3. If a serious error occurs during execution, what event will be triggered?


System Error event will be triggered in the application object and we can write a script for
this event.

PDF Creator - PDF4Free v2.0 http://www.pdf4free.com

You might also like