previous next top contents index framed top this page unframed
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.