
NoStepInto not working in VS.NET?
Hi,
I'm slowly moving to .NET version of Visual Studio, porting all my behaviors
from MSVC 6.0.
Anyway, when I edit autoexp.dat file, the [ExecutionControl] section seems
not to work anymore.
I've used this:
[ExecutionControl]
C_str::* = NoStepInto
Anyway de{*filter*} always steps into C_str class' methods.
I know this is undocumented, but automatic expansion in the autoexp.dat
works fine on .NET.
Any idea how to prevent de{*filter*} stepping into specific functions/classes?
Thanks,
- Michal