Is there a way to get an interactive GDScript shell when debugging? Or to type new code in the debugger and run it on the fly?
I don’t think so, at least not built in, but you might be able to code something with the expression class.