调试Release版

配置C/C++ >General>Debug Information Format 应该为 “Program Database for edit & continue(/Zi)”
配置C/C++ >Optimization>Optimization 应该为”Disabld(/Od)”
配置Linker>Debugging>Generate Debug Info 应该为”Yes/(DEBUG)”

Alt + 左右  视图前进后退

Alt + G 跳到实现处

F11 定义

F12 实现

你可能感兴趣的:(EL)