TodePond / DreamBerd

perfect programming language
https://dreamberd.computer
Other
10.62k stars 299 forks source link

More debugging levels #643

Open someone13574 opened 2 weeks ago

someone13574 commented 2 weeks ago

If you're unsure, that's ok. You can put a question mark at the end of a line instead. It prints debug info about that line to the console for you.

Could this support more levels of debugging? For example, adding two question marks would dump variables, three would dump registers and assembly, and four would be the same as three, but dump from all previous executions as well.

For five and beyond, it would be implementation specific.