TL;DR: What is my Problem?You have too many breakpoints set. If you have no breakpoints set, look out for implicitly set breakpoints (e.g. main or exception handlers). In my scenario, I had multiple class member functions Class::main(), and the debugger Read More