You need to separate dev systems from test systems. VS remote debugger
(at least the 2005 version) installs and works quite well and it is
trivial to keep test systems updated. Sometimes the obvious answer to a
problem really is the right way to go.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mike Kemp
Sent: Tuesday, September 12, 2006 7:28 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] saving all files to disk before a BSOD
Thanks Rob, I’ll read up on it. I have some another developer writing
our
main customer app and so also subject to the driver’s occasional BSOD -
would be nice to be able to force windows to complete any pending disk
writes before each debug, but I guess there’s no way to do this(?)
Mike
From: Rob Linegar
To: Windows System Software Devs Interest List
Sent: Tuesday, September 12, 2006 11:46 AM
Subject: RE: [ntdev] saving all files to disk before a BSOD
Visual studios remote debugging console thingy is your friend…
Means you could also use windbg to catch that BSOD and debug it… which
you’re gonna have to do anyways to eliminate the BSOD!
2 birds, one stone…
If you set it up right the ‘copying’ to a remote machine etc shouldn’t
be that much of a pain… Or even not needed if you run the app from the
output directory on your dev pc…
BR,
Rob Linegar
Software Engineer
Data Encryption Systems Limited
www.des.co.uk | www.deslock.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mike Kemp
Sent: 12 September 2006 11:32
To: Windows System Software Devs Interest List
Subject: [ntdev] saving all files to disk before a BSOD
Is there any way of forcing Windows to save all files ***safely*** to
disk
before running a user mode VS2005 debug session?
I’m developing an app to stress my driver, currently all on my dev
machine.
Every few days I get a BSOD and I usually lose the latest files I was
editing. Sometimes I also use my VS layouts, etc.
I assume this is because Windows was caching them and they hadn’t got
completely back to disk yet.
The alternative of copying every test to a debug machine is a big slow
down
for the low frequency of BSODs.
Thanks, Mike
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer