Revision history [back]
Wing 9.1.2.1 Fails to start Remote Debugger on RPI4 Bookworm 32bit (using VENV on RPI)
Please see info below.. Thanks for the help, Gregg
Got this in a Dialog box in WING IDE...
The debug process never connected back to Wing: Aborting debug session. See Trouble-shooting Failure to Debug in the product manual.
And got this in the Messages in WING IDE...
Debugger: Connection Failed::The debug process never connected back to Wing: Aborting debug session. See Trouble-shooting Failure to Debug in the product manual.
And got this in the Python Shell in WING IDE...
Traceback (most recent call last):
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/findmodules.py", line 352, in <module>
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/findmodules.py", line 242, in _FindTracer
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/findmodules.py", line 311, in _LoadModule
ImportError: Failed to find spec for tdbgtracer311 in /home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/__os__/linux-arm32
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/aaa/.wingpro9/remote-9.1.2.1/bootstrap/wingdb.py", line 140, in <module>
from debug.tserver import startdebug
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 341, in load_module
mod = self._LoadWingCode(full_name, full_path, is_pkg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 498, in _LoadWingCode
return self._ExecMod(mod_name, compile_filename, co, is_pkg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 532, in _ExecMod
exec(co, mod.__dict__)
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/startdebug.py", line 17, in <module>
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 341, in load_module
mod = self._LoadWingCode(full_name, full_path, is_pkg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 498, in _LoadWingCode
return self._ExecMod(mod_name, compile_filename, co, is_pkg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 532, in _ExecMod
exec(co, mod.__dict__)
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/abstract.py", line 19, in <module>
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 341, in load_module
mod = self._LoadWingCode(full_name, full_path, is_pkg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 498, in _LoadWingCode
return self._ExecMod(mod_name, compile_filename, co, is_pkg)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/wingbase/mergeimporter.py", line 532, in _ExecMod
exec(co, mod.__dict__)
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/findmodules.py", line 375, in <module>
ImportError: Failed to import tdbgtracer
Wing 9.1.2.1 Fails to start Remote Debugger on RPI4 Bookworm 32bit (using VENV on RPI)
Please see info below.. Thanks for the help, Gregg
Got this in a Dialog box in WING IDE...
IDE... The debug process never connected back to Wing: Aborting debug session. See Trouble-shooting Failure to Debug in the product manual.
And got this in the Messages in WING IDE...
IDE...
Debugger: Connection Failed::The debug process never connected back to Wing: Aborting debug session. See Trouble-shooting Failure to Debug in the product manual.
manual. And got this in the Python Shell in WING IDE...
IDE...
Traceback (most recent call last):
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/findmodules.py", line 352, in <module>
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/findmodules.py", line 242, in _FindTracer
File "/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/findmodules.py", line 311, in _LoadModule
ImportError: Failed to find spec for tdbgtracer311 in /home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/__os__/linux-arm32
/home/aaa/.wingpro9/remote-9.1.2.1/bin/dbg/src/debug/tserver/__os__/linux-arm32 During handling of the above exception, another exception occurred: