SlickEdit Product Discussion > SlickEdit®
Debugging in SlickEdit
gkl:
Dear All,
I am in SlickEdit 28.0.1 on Windows 11 and I am trying to debug a single file Python project, i.e. a Python source file. I click on Debug and Start, get the debugging menu, but then SlickEdit says that the socket shut down (please see attached image). How can I solve this?
Best Regards,
George
Clark:
What version of Python are you using?
gkl:
Dear Clark,
3.13.
Best Regards,
George
Clark:
There seems to be an issue with that version. We will look into this.
As a work around, install 3.12
Clark:
We will add a fix for this to v29.
For v28, you'll have to edit this file:
<SlickEdit-Install-Path>\resource\tools\ptvsd\_vendored\pydevd\_pydev_bundle\pydev_is_thread_alive.py
Change t.isAlive() to t.is_alive()
Navigation
[0] Message Index
[#] Next page
Go to full version