Program received signal SIGTRAP, Trace/breakpoint trap

后端 未结 4 1189
夕颜
夕颜 2021-02-05 05:18

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

4条回答
  •  礼貌的吻别
    2021-02-05 05:35

    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"

提交回复
热议问题