I'm developing a python extension and like to debug the dll.
The main program would be c:\python35\python_d.exe and it loads this dll in some other folder (say d:\plugin\myplugin.dll with the myplugin.pdb next to it).
The 'working directory' would be yet another directory that contains the python script (e:\
test.py).
Start debugging works, but when I hit Control/Break, the debugger becomes really slow.
The menus become totally unresponsive as if the debugger hits an infinite loop somewhere.
It is an open source plugin so I'm happy to explain how to reproduce.