immortalvm / ivm-implementations

iVM contemporary implementations
5 stars 0 forks source link

Trace stack at specific locations (labels) #13

Open ivar-rummelhoff opened 4 years ago

ivar-rummelhoff commented 4 years ago

For non-trivial programs full tracing is very slow and voluminous. We might instead add an option with a regex R such that whenever the VM passes a label matching R, the qualified name of the label and the stack at the point will be printed to stdout.