I have, on a number of occasions, found that
a popup dialog (such as source file changed,
do you want to reload?) block the continued
operation of the debugger… in particular,
my driver doesn’t get pulled via kdfiles,
which is a real pain.
Is there any way we could get a way to
say ‘always reload files without bothering
me.’
Or even better, could prompts be done on
a separate thread or something so that the
debugger operation is blocked.
Thanks,
Joseph
Hi,
Lookup -QSY in the “WinDbg Command Line Options” section of the docs.
-scott
–
Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com
“Joseph Galbraith” wrote in message news:xxxxx@windbg…
>I have, on a number of occasions, found that
> a popup dialog (such as source file changed,
> do you want to reload?) block the continued
> operation of the debugger… in particular,
> my driver doesn’t get pulled via kdfiles,
> which is a real pain.
>
> Is there any way we could get a way to
> say ‘always reload files without bothering
> me.’
>
> Or even better, could prompts be done on
> a separate thread or something so that the
> debugger operation is blocked.
>
> Thanks,
>
> Joseph
>
>