Discussion:
Using App Verifier on my DLL only
(too old to reply)
e***@gmail.com
2007-11-21 13:27:37 UTC
Permalink
I'm trying to debug a DLL for Winamp using App Verifier. But Winamp is
loading a whole load of other things before getting to my DLLs and
some cause non-continuable stops. (Launching Winamp outside of App
Verifier does however work fine.)

Is there a way of setting up App Verifier to only monitor the code
from a specific DLL?
Prasad Kakulamarri [MSFT]
2007-11-26 20:21:02 UTC
Permalink
Hi,
AppVerifier settings apply to all the dlls loaded by the process. There
isn't a way to enable the settings only for certain dlls. The exception to
this is the Heaps check where you can choose specify dll's and pageheap is
applied only to these dlls. Select "Heaps" check in APpVerifier UI and enter
your dll name in the "Dlls" property. Pageheap is applied only to your dll.
Rest of the checks however cannot be made dll specific.

Thanks,
Prasad
Post by e***@gmail.com
I'm trying to debug a DLL for Winamp using App Verifier. But Winamp is
loading a whole load of other things before getting to my DLLs and
some cause non-continuable stops. (Launching Winamp outside of App
Verifier does however work fine.)
Is there a way of setting up App Verifier to only monitor the code
from a specific DLL?
Loading...