• Kevin Modzelewski's avatar
    Basic traceback support · 39ac322d
    Kevin Modzelewski authored
    If you throw an unhandled exception, you'll see a traceback
    from the top-level handler.  Doesn't enable us to run any additional
    programs, since this functionality isn't available to Python-level code,
    but hopefully should make debugging easier.
    39ac322d
codegen.h 2.56 KB