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

Restart execution through debug console #82

Open jmeaster30 opened 9 months ago

jmeaster30 commented 9 months ago

I want to be able to have the debug console up, make a change to the source code, refresh the debug console and run again.

It would be cool to do this on a function by function basis so we can recompile just one function and then start the execution of just that function over again