jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Debugger add in debugging print statements #79

Closed jmeaster30 closed 8 months ago

jmeaster30 commented 9 months ago

I like debugging with print statements. They really help and are better than breakpoints in large loops. This will be a break point that can print a variable or parts of the stack but they don't exist in the source code at all

jmeaster30 commented 8 months ago

I don't think this is really necessary honestly