implement a simple Python Console panel for debugging

Issue #1091 resolved
Andreas Rabe created an issue

Some GUI related bugs are hard to track down in stand-alone EnMAP-Box, when the QGIS Python Console is missing.

Maybe just use this:
https://pyqtgraph.readthedocs.io/en/latest/widgets/consolewidget.html

Comments (10)

  1. Benjamin Jakimow

    Have you tried using PythonConsole(QgsDockWidget)? I guess it contains already a couple of helpful features.

  2. Andreas Rabe reporter

    Really, the module name is console? I wouldn’t dare naming a top-level-module like that.

    Alright, I’ll check it out. Thanks.

  3. Log in to comment