Contents

这个问题visual studio - In VS, make print-on-breakpoint use the console - Stack Overflow说明了怎么做。
我结合之前这篇文章做了个小例子,放在github上。
几个截图:

  1. 定制debug显示信息。
     
  1. 隐藏函数调用。

  2. 输出 “print-on-breakpoint”消息在output上。

Contents