visual Unhandled exception in Debugger::HandleIPCEvent when breaking on certain breakpoint

前端 未结 3 772
一个人的身影
一个人的身影 2021-01-07 17:34

I get the following exception (in Dutch, English translation follows in the text) which breaks my debugger when I press \'OK\' it stops the debug session and closes the appl

3条回答
  •  耶瑟儿~
    2021-01-07 17:57

    All answers described here do not guarantee 100% cure. What I am doing as a workaround is that just stepping over to the next line while debugging.After that I can see the value of that variable in the watch on mouse hover. (In my case, stepping over to next line does not change value)

提交回复
热议问题