I\'m debugging a piece of (embedded) software. I\'ve set a breakpoint on a function, and for some reason, once I\'ve reached that breakpoint and continue I always c
I got this problem running linux project in Visual studio 2015 and debugging remotely. My solution is project_properties -> Configuration properties -> Debugging -> Debugging mode and change the value from "gdbserver" to "gdb"