Create new Python Application, add simple Python code. Enable "Native Code Debugging" in project settings/ debug page. Set breakpoint and start debugging. After hit the breakpoint then continue hit ...
there's an issue with debugging python code that utilizes multithreading. i set a breakpoint, start debugging, execution pauses as expected, but when i press 'Step Over' (F10) debugger does not go to ...