You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Alan Baljeu
Posted - Feb 01 2022 : 12:15:35 PM After stepping in and out of many functions, the Debug Events window doesn't show any functions to filter out. Thus I can't filter any functions.
Using VS 2019. C++, C++/CLI, C#, native code and managed (.net framework).
Native-only debugging the events are captured. Mixed-mode debugging does not work. Managed-only debugging does not work.
The VA Step Filter is a tool window of Visual Assist that let you automatically step over methods when using the native C/C++ debugger.
the "native" bit is the key part here. We are tying into a feature of the native C/C++ debugger to make the step filter work. We are considering adding managed C++:
case=80482
and C# support:
case=83714
but this isn't as straight forward as we might like, so I am not sure when we will be able to get this working.