|
|
|
date: Tue, 2 May 2006 21:36:22 +0200,
group: microsoft.public.win32.programmer.tools
back
Re: App verifier - debugger required...
I ment:
If you want to run an application under debugger at all the times,
you can specify a debugger, in this manner
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution
Options\<app_name_without_path.exe>
Debugger = REG_SZ
<path_to_debugger_without_spaces_or_quotes>\cdb.exe -g -G
This should take care of the "requires a debugger".
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Vaclav" <no@spam.please> wrote in message
news:ub4iPq6bGHA.4040@TK2MSFTNGP02.phx.gbl...
> No,
>
> I did not see the option "Image File Execution Options". If it is under
> "Edit/Properties" then I cannot use it becuase it is not enabled
> ("properties" is gray)
>
> The version of App Verifier is 3.1, running on Winows XP/SP2
>
> Vaclav
>
>
> "Ivan Brugiolo [MSFT]" pe v
> diskusnm pspvku news:%23v5Ct5xbGHA.1320@TK2MSFTNGP04.phx.gbl...
>> Did you specify a debugger under "Image File Execution Options" ?
>>
>> --
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> Use of any included script samples are subject to the terms specified at
>> http://www.microsoft.com/info/cpyright.htm
>>
>>
>> "Vaclav" <no@spam.please> wrote in message
>> news:uGsOiNubGHA.864@TK2MSFTNGP05.phx.gbl...
>>>I installed "Debugging Tools for Windows 32-bit Version"
>>> but that did not help. Still getting the error.
>>>
>>>
>>> "Ivan Brugiolo [MSFT]" pe v
>>> diskusnm pspvku news:uZB6hZjbGHA.3900@TK2MSFTNGP05.phx.gbl...
>>>> Possibly this ones
>>>>
>>>> http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
>>>>
>>>> --
>>>> --
>>>> This posting is provided "AS IS" with no warranties, and confers no
>>>> rights.
>>>> Use of any included script samples are subject to the terms specified
>>>> at
>>>> http://www.microsoft.com/info/cpyright.htm
>>>>
>>>>
>>>> "Vaclav" <no@spam.please> wrote in message
>>>> news:O5BGx%23hbGHA.4040@TK2MSFTNGP02.phx.gbl...
>>>>> Hi All,
>>>>>
>>>>> I would like to run some tests with the Application Verifier. When i
>>>>> try to save the test settings, getting error "The tests you have
>>>>> selected for [myapp.exe] require a debugger
>>>>> http://www.microsoft.com/whdc/ddk/debugging".
>>>>>
>>>>> That URL does not exist. What should I be looking for (what to
>>>>> install)?
>>>>>
>>>>> Thanks
>>>>> Vaclav
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
date: Thu, 4 May 2006 13:58:26 -0700
author: Ivan Brugiolo [MSFT]
|
|