Next: SystemDictionary-c call-outs, Previous: SystemDictionary-basic, Up: SystemDictionary [Index]
Prints the method invocation stack backtrace, as an aid to debugging
Answer the number of bytecodes executed by the VM
This methods provides a way to break in the VM code. Set a breakpoint in _gst_debug and call this method near the point where you think the bug happens.
Answer whether compiled bytecodes are printed on stdout
Set whether compiled bytecodes are printed on stdout
Answer whether executed bytecodes are printed on stdout
Set whether executed bytecodes are printed on stdout
Private - Returns a boolean value which is one of the interpreter’s tracing flags
Private - Sets the value of one of the interpreter’s tracing flags (indicated by ’anIndex’) to the value aBoolean.
Answer whether execution tracing prints the object on the stack top
Set whether execution tracing prints the object on the stack top