Improving Nasal: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
Line 81: Line 81:
</syntaxhighlight>
</syntaxhighlight>
* Set breakpoints: register callbacks for values of <tt>(struct Frame*)->ip</tt>.
* Set breakpoints: register callbacks for values of <tt>(struct Frame*)->ip</tt>.
** Typically supported conditional break point types are:
** onNamespace, onFile, onLine, onValue, onTypeChange, onRead, onWrite, onExecute, onOpcode, onAlloc, onFree (most of these could be implemented in scripting space meanwhile)
* Time other parts of Nasal (not just VM) with a compile-time flag?
* Time other parts of Nasal (not just VM) with a compile-time flag?
* Better error messages – in progress.
* Better error messages – in progress.

Navigation menu