问题
Is it possible to have conditional breakpoints (without changing anything about the sourcecode) in Vistual Studio 2008 with C++ language?
thanks!
回答1:
Yes, you can specify a condition on a breakpoint in any language. Note that this can slow execution down quite a bit, depending on the condition and how often the check has to be made.
来源:https://stackoverflow.com/questions/4068114/conditional-breakpoints-with-c-in-visual-studio