hi
Is it possible to use Visual studio to debug an UMDF driver on the same host similar to normal Windows applications?
thanks,
Venkat
hi
Is it possible to use Visual studio to debug an UMDF driver on the same host similar to normal Windows applications?
thanks,
Venkat
Not in any way that’s particularly satisfying. You’re probably better off using WINDBG for this case.
The WDK doesn’t support automatic deployment of a UMDF driver to the host machine, so you can’t get the automatic support for attaching to the host process.
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Wednesday, March 4, 2015 10:45 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] umdf driver debug on the same machine
hi
Is it possible to use Visual studio to debug an UMDF driver on the same host similar to normal Windows applications?
thanks,
Venkat
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
Thanks Peter. Will continue exploring the windbg route
regards,
venkat