Is this a possibility?
To have a console when running code.
That way you could test things out during the run phase rather than having to keep switching between the IDE and running the app.
It’d be cool to do things like
>>> x = anvil.server.call('foo', bar)
>>> x
'hello world!'