Is it possible to use VisualGDB on multi-threaded Python programs?
The breakpoints I set in the code that starts up seem to work fine, but when I set breakpoints on code that was started using the threading.Thread.start() method, the code runs fine but the breakpoints do not stop code execution and seem to be ignored.