Home > Back-end >  Vs2012 under the core in the function pointer, how to debug a function pointer
Vs2012 under the core in the function pointer, how to debug a function pointer

Time:11-13

Vs2012, in place of the core program run to a function pointer to a function pointer does not point to the location of the specific function to hang, specific function in the function pointer to play the breakpoint also didn't stop,
But I change a function pointer directly into the corresponding function, not the core,
Don't know how to debug, and hope to positive solve the problem, not to evade the original code

CodePudding user response:

In addition to add a question, how vs2012 tracking the change of variable value, similar to the GDB the function of the watch,

CodePudding user response:

Under the location of the breakpoint function pointer assignment, see if there are any go
Watch the function interface have wow, this find themselves
  • Related