0% found this document useful (0 votes)
15 views

Debugging

Debug mode allows inserting stops in code to display variable contents. Instance variables are listed as object attributes in debug mode. If a serious error occurs, the System Error event in the application object will be triggered, allowing a script to be written.

Uploaded by

SANTOSH
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Debugging

Debug mode allows inserting stops in code to display variable contents. Instance variables are listed as object attributes in debug mode. If a serious error occurs, the System Error event in the application object will be triggered, allowing a script to be written.

Uploaded by

SANTOSH
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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