rlane / Oort-legacy

Space fleet programming game
http://oort.lefora.com
GNU General Public License v2.0
12 stars 5 forks source link

implement a debugger #23

Open rlane opened 13 years ago

rlane commented 13 years ago

We should have a UI that lets the player do source-level debugging. It should support setting breakpoints on source code lines and displaying the current backtrace with all local variables.