justinbangerter / gdscript-repl

Read Eval Print Loop for GDScript
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Use as a debug repl? #10

Open npit opened 2 hours ago

npit commented 2 hours ago

Is there any way to use the REPL during debugging at a breakpoint?

justinbangerter commented 2 hours ago

Not that I know of, but that would be cool. Right now, I don't know how you would get access to the state of a running program. If you or anyone else finds out, let me know, though. I'll keep this open, too, because it would be a good thing to add.