Maxim
Sat Feb 09 08:51:51 CST 2008
Any calls to OutputDebugString from any user mode code on the target
machine are delivered to the kernel debugger, this is normal.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Kent" <Kent@discussions.microsoft.com> wrote in message
news:E9BF8FA7-FC22-4E58-BF3E-A67F6E03D979@microsoft.com...
> Hello,
>
> When using Kernel Debug mode in WinDbg.exe the following message is
> displayed when our application program is run in debug mode from Visual
> Studio on the target:
>
> >> MSEnv extensibility IClassFactory::LockServer(TRUE), lock count: 1
>
> Should this be interpreted as meaning that the kernel debugging via a COM
> port cannot be utilized when running the application from within Visual
> Studio?
>
> We are normally running our application from VS in debug mode on the target
> and would like to get the blue screen bugcheck information in WinDbg on the
> host.
>
> Thanks,
> Kent