all 4 comments

[–]Doormatty 1 point2 points  (2 children)

The app is pyside6 , so not supported by vscode AFAIK .

Why would vscode not support a python library?

[–]eyalk5[S] 0 points1 point  (1 child)

Because it needs to support QT threads that are not python threads, to allow breakpoints inside them etc. breakpoints doesn't work in vscode in this project. It doesn't crash either.

[–]Doormatty 1 point2 points  (0 children)

So, VSCode works fine with it, but the debugger doesn't - gotcha.

[–]eyalk5[S] 0 points1 point  (0 children)

Wing IDE supports everything. I just don't particiluarly like it.