First time here? Check out the FAQ!

Revision history  [back]

Remote debugging Raspberry Pi not working

I am evaluating Wing 6.0.8-1 Personal and trying to do remote debugging on an Raspberry Pi 3.

However, I get the following error message:

*******************************************************************
Error: Cannot find wingdb.py in $(WINGHOME)/bin or $(WINGHOME)/src
Error: Please check the WINGHOME definition in wingdbstub.py

The file exists in the right place: (WINGHOME=/home/pi/wing-debugger-raspbian-6.0.8-1):

$ ls -al /home/pi/wingide-debugger-raspbian-6.0.8-1/bin/
total 48
drwxr-xr-x 3 pi pi 4096 Nov 5 14:33 .
drwxr-xr-x 4 pi pi 4096 Nov 5 13:19 ..
drwxr-xr-x 3 pi pi 4096 Nov 5 12:49 dbg
-rw-r--r-- 1 pi pi 3235 Nov 3 14:27 _patchsupport.py
-rwxr-xr-x 1 pi pi 31626 Apr 1 2017 wingdb.py

(Execute permission added by me in a try to fix things.)

What is wrong with my setup?I followed up on the advice with kLogFile, but today everything worked. Not sure what has changed in between -- maybe a restart of WindIDE or I missed a step in the documentation two weeks ago?

Remote debugging Raspberry Pi not working

I am evaluating Wing 6.0.8-1 Personal and trying to do remote debugging on an Raspberry Pi 3.

However, I get the following error message:

*******************************************************************
Error: Cannot find wingdb.py in $(WINGHOME)/bin or $(WINGHOME)/src
Error: Please check the WINGHOME definition in wingdbstub.py

The file exists in the right place: (WINGHOME=/home/pi/wing-debugger-raspbian-6.0.8-1):

$ ls -al /home/pi/wingide-debugger-raspbian-6.0.8-1/bin/
total 48
drwxr-xr-x 3 pi pi 4096 Nov 5 14:33 .
drwxr-xr-x 4 pi pi 4096 Nov 5 13:19 ..
drwxr-xr-x 3 pi pi 4096 Nov 5 12:49 dbg
-rw-r--r-- 1 pi pi 3235 Nov 3 14:27 _patchsupport.py
-rwxr-xr-x 1 pi pi 31626 Apr 1 2017 wingdb.py

(Execute permission added by me in a try to fix things.)

What is wrong with my setup?I followed up on the advice with kLogFile, but today everything worked. Not sure what has changed in between -- maybe a restart of WindIDE or I missed a step in the documentation two weeks ago?

Remote debugging Raspberry Pi not working

I am evaluating Wing 6.0.8-1 Personal and trying to do remote debugging on an Raspberry Pi 3.

However, 3.However, I get the following error message:

*******************************************************************
*********************Error: Cannot find wingdb.py in $(WINGHOME)/bin or $(WINGHOME)/src
Error: $(WINGHOME)/srcError: Please check the WINGHOME definition in wingdbstub.py

The wingdbstub.pyThe file exists in the right place: (WINGHOME=/home/pi/wing-debugger-raspbian-6.0.8-1):

$ (WINGHOME=/home/pi/wing-debugger-raspbian-6.0.8-1):$ ls -al /home/pi/wingide-debugger-raspbian-6.0.8-1/bin/
total 48
drwxr-xr-x /home/pi/wingide-debugger-raspbian-6.0.8-1/bin/total 48drwxr-xr-x 3 pi pi 4096 Nov 5 14:33 .
drwxr-xr-x .drwxr-xr-x 4 pi pi 4096 Nov 5 13:19 ..
drwxr-xr-x ..drwxr-xr-x 3 pi pi 4096 Nov 5 12:49 dbg
-rw-r--r-- dbg-rw-r--r-- 1 pi pi 3235 Nov 3 14:27 _patchsupport.py
-rwxr-xr-x _patchsupport.py-rwxr-xr-x 1 pi pi 31626 Apr 1 2017 wingdb.py

(Execute wingdb.py(Execute permission added by me in a try to fix things.)

What things.)What is wrong with my setup?I followed up on the advice with kLogFile, but today everything worked. Not sure what has changed in between -- maybe a restart of WindIDE or I missed a step in the documentation two weeks ago?