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 hot swap code #50

Open jmeaster30 opened 1 year ago

jmeaster30 commented 1 year ago

I want to be able to hot swap code while the debugger is running

I could probably recompile a part and have some command that specifically replaces the module/function. Need to track source files per module.