flexorx
flexorx
Just correct to: ``` #define __SLD_P(args, ...) ``` In addition to including `` and defining `ATOMIC` macro.
I have further profiled the problem and reproduced "Native/Python Debugging" not working after being brought back as suggested here. See https://github.com/microsoft/PTVS/issues/7260 for details.
Same happens to me, whatever environment and python instance I choose, the execution with "IPython" always freeze. Also, the prompt window doesn't really look like Python interactive (as here https://github.com/microsoft/PTVS/issues/7219#issuecomment-1319437617)....
@AdamYoblick thanks for the prior investigation! Is there a chance we are having it addressed? I am selecting the workflow, and VS + Python appears to be applicable, if we...
An issue on a fresh environment and newest VS-2022 (17.5.5). Works well in VS-2019; works in Version 17.6.0 Preview 6.0.
Also noticed at these hanging moments there's node.exe doing something really heavy:  Not mine, I don't touch these technologies myself.
Yapf formatter is used. For some reason, this node.exe is spawned and eats high memory for no obvious reason:  I am not using node js anywhere in my work.
When I remove "node.exe" from the disk to find who's using it, here is:  So I would guess there's something wrong like infinite recursion or overflow in the PyLance...
@StellaHuang95 sorry, but it does so on pretty much any python code and really sporadically. Mind that I do NOT request it to format code and I do NOT insert...
I found this problem is years old and comes in different flavours: https://stackoverflow.com/questions/36727108/copy-dialog-formatting-selection-is-freezing-causing-the-gui-to-hang-how-to Even though that's a 6 years old issue, it's pretty much the same as my case. As...