Is it possible to add an "Immediate Window" tab to DebuggerPanelsTabControl where Python REPL works?

DebuggerPanelsTabControl is nice. But it lacks Python REPL capability. I’m requesting to add an “Immediate Window” tab where the Python REPL is active on it and the user could use it as if it were a real Python command box.

There is an open source library to do that with IronPython - IronPythonConsole/PythonConsoleControl at master · laynor/IronPythonConsole (github.com). But popular Python packages like scipy and numpy cannot be used with IronPython.

Hi,

Right now we don’t have Immediate window functionality implemented, we have scheduled this new feature for the next major update - however it will not be available anytime soon.

Kind regards,
Dmitry

I’m looking forward to it.

Thanks!