To avoid normal stepIntos, you can just put below text into a reg file and run it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\NativeDE\StepOver]
"CString StepOut"="CString.\\:\\:.*=NoStepInto"
"INV_STL StepOut"="std\\:\\:.*=NoStepInto"
"INV_SmartPtr StepOut"="SmartPtr.*=NoStepInto"
"INV_static_cast"="static_cast.*=NoStepInto"
"INV_dynamic_cast"="dynamic_cast.*=NoStepInto"
"INV_const_cast"="const_cast.*=NoStepInto"
"INV_new"="new.*=NoStepInto"

Note here, keeping on learning.

相关文章:

  • 2021-12-22
  • 2022-02-16
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2021-11-06
  • 2021-07-28
猜你喜欢
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
相关资源
相似解决方案