issues
search
dghosef
/
qdbp
MIT License
51
stars
1
forks
source link
Backtrace/Debug info
#43
Open
dghosef
opened
1 year ago
dghosef
commented
1 year ago
Add a backtrace function. In order to do this we need:
Every line of generated C code to correspond with at most 1 line of qdbp code
Emit debug info(filenames, line names, variable names)
Add a backtrace function. In order to do this we need: