Problem
So for a while now I’ve been having this issues where Visual Studio will randomly freeze / lockup when it hits a breakpoint.
Details
This locks up both Visual Studio and the UE4Editor.exe; then I have to force shutdown Visual Studio and restart everything. It doesn’t matter which kind of breakpoint or on what kind of code. It freezes about 70% of the time. Even If I know the code executes fine. Sometimes I just want to view a variable!
This issues has been plaguing me for quite a while and I really just want the debugger to work reliably for once!
Things of note
The project began in 4.0 or 4.1 and has been converted to each new build successfully to 4.7.6 [I don’t think this is the problem]
I’ve tried command line builds [-game -debug -vadebug ] and then attaching the debugger with no better results.
I’ve tried both DebugGame and Development Editor builds, with no luck.