-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I have configured QGIS & Eclipse with the following (all latest releases) plugins:
- QGIS - Remote Debugger Plugin
- Eclipse - PyDev Plugin
- QGIS - Plugin Builder
- QGIS - Plugin Reloader
I used the Plugin Builder to create a test plugin: MyTest. All loaded fine and works in QGIS.
The Problem start when I want to intercept the MyTest code in Eclipse.
I started the PyDev remote debugging server in Eclipse and it start up fine with port 5678 (default)
Started QGIS and connected to Eclipse/PyDev: 2020-06-14T20:50:57 INFO RemoteDebug : Debugging connection activated
In Eclipse I set breakpoint in my MyTest.py file.
Start (& reload) MyTest plugin i QGIS and no breakpoint is detected. MyTest plugin just starts up with no breakpoint stop. This is by the book https://www.sigterritoires.fr/index.php/en/how-to-set-up-eclipse-to-develop-qgis-scripts-or-plugins/ (you left out packages in python https://www.pydev.org/manual_adv_remote_debugger.html) and all seems to work fine. But it does not. Help needed :-/
Warnings.txt