Maxim
Fri Apr 22 11:34:17 CDT 2005
By default, even checked builds are optimized. Add this to the SOURCES file
to avoid it.
!IF !$(FREEBUILD)
MSC_OPTIMIZATION=/Od
!ENDIF
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"phren yohng" <no@spam.com> wrote in message
news:MPG.1cd1a8171d16b6ea9896bb@news.t-online.de...
> Hello,
>
> when I debug my driver and something went wrong, I can't see (with
> WinDBG) that the code inside finally{} is executed.
>
> AFAIK the code inside finally is _always_ executed, so I assume that
> WinDBG isn't following. Is this true?
>
> Thank you for your efforts!
> --
>
> phren