How to avoid StepInto unnecessary code area?

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.

posted @ 2007-12-28 10:44  能巴  阅读(251)  评论(0编辑  收藏  举报