MAINDEBUG User's Guide, Appendix A

previous   next   top   contents   index   framed top   this page unframed


A. Debugger Restriction

Expressions and statements interpreted by the debugger may not contain CLASSes passed as PROCEDURE arguments. An error occurs, for example, if you use the expression:

new(c)

where c is a CLASS identifier. Instead, to create a record of the same CLASS as an existing POINTER p, use:

$createRecord(p)

This restriction may be lifted in a future release.


previous   next   top   contents   index   framed top   this page unframed

MAINDEBUG User's Guide, Appendix A