Opened 6 years ago
Last modified 6 years ago
#34 new feature
Add _VM_T_StackTrace to __vm_trace.
Reported by: | mornfall | Owned by: | mornfall |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | VM | Keywords: | |
Cc: |
Description
The idea is to send an array of program counters to the VM, so it can print it in a human-readable form, including source file names and line numbers. The alternative, instrumenting debug location metadata into the program, is probably not feasible.
Note: See
TracTickets for help on using
tickets.
Milestone renamed