Ticket #42 (new enhancement)

Opened 11 months ago

Debug interface

Reported by: JarrettBillingsley Assigned to: JarrettBillingsley
Priority: major Milestone: MiniD 2
Component: Interpreter Keywords:
Cc:

Description

The compiler has produced some bits of debugging info for a long time, most notably the line info. However it's never been completely fleshed out, and there's also no way to actually use the debug info (except for the line info which is used in error messages and tracebacks). There should be a debug interface, accessible from both the native API and from within MiniD (though as an optional "unsafe" standard library).