|
| |||||||||
| Tags: dbgprint, windbg |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to see dbgprint message in WinDbg ?
Hello, WinDbg is connected to Windows 7 RTM x64 Ultimate (running in debug mode). WinDbg says to press g and enter and so forth. Now I want to see the dbgprint messages of the netvmini driver ?!? I tried to enter the following command in WinDbg: "Break" and "!dbgprint" It showed two blocks or so: [][]: And that was it ?!? Is it possible to make some kind of recording ? I understand there could be many many many of these messages ? How do I proceed ? Bye, Skybuck. |
|
#2
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
Ok, First I am gonna follow this tutorial to setup the pdb files hopefully that gonna help. If I need any more help after that tutorial I will let you people know ;) :) http://blogs.msdn.com/iliast/archive...tutorials.aspx Bye, Skybuck. |
|
#3
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
I added the folder of the driver pdb's... to the symbol path... Should I also add the folders to the application pdb's to the symbol path ? For now I will do that too... But I am not sure if that's ok ? Maybe only driver pdb's should be added ? hmm... Bye, Skybuck. |
|
#4
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
Also should source be set to the root of "exe" and "sys" folder or just "sys" folder... Well I am out of luck... Some tutorial website doing an update: " Welcome to the Code Project Your place for free C++, C# and .NET articles, code snippets, discussions, news and the best bunch of developers on the net. The Code Project is currently getting a hardware upgrade. We will be back online at 6AM US Eastern Time (11 AM GMT, 10PM Sydney). " Maybe I have some tutorial somewhere on my hd... I think I did something like this before ;) But don't count on it ;) Bye, Skybuck. |
|
#5
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
I can vaguely remember a link/document from a few hours ago mentioning some kind of remote debugger... Maybe that's necessary ? Me not sure... Me going through this powerpoint presentation: http://download.microsoft.com/downlo...d3754b2d6/Adv- Bye, Skybuck. |
|
#6
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
The WinDbg help has some info... Right now I am trying: ed netvmini_Mask 0x8 This seems to do something ;) It's downloading/loading stuff. I'll have to stop soon because it's bed time :P* Bye, Skybuck. |
|
#7
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
It's pooping out some errors ;) I hope it's not downloading all this stuff for nothing. I think these probably drivers it can't find the symbols for... Looks like some vmware drivers in there ;) 1: kd> ed netvmini_Mask 0x8 *** ERROR: Module load completed but symbols could not be loaded for amdxata.sys *** ERROR: Module load completed but symbols could not be loaded for vmrawdsk.sys *** ERROR: Module load completed but symbols could not be loaded for spldr.sys *** ERROR: Module load completed but symbols could not be loaded for vmmemctl.sys *** ERROR: Module load completed but symbols could not be loaded for peauth.sys *** ERROR: Module load completed but symbols could not be loaded for secdrv.SYS *** ERROR: Symbol file could not be found. Defaulted to export symbols for spsys.sys - *** ERROR: Module load completed but symbols could not be loaded for vmhgfs.sys *** ERROR: Module load completed but symbols could not be loaded for vmmouse.sys *** ERROR: Symbol file could not be found. Defaulted to export symbols for vmci.sys - *** ERROR: Module load completed but symbols could not be loaded for vmx_svga.sys *** ERROR: Module load completed but symbols could not be loaded for vmaudio.sys *** ERROR: Symbol file could not be found. Defaulted to export symbols for drmk.sys - Bye, Skybuck. |
|
#8
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
So much for that: Couldn't resolve error at 'netvmini_Mask 0x8'. Anybody know the command for debugging netvmini.sys let me know ?! Bye, Skybuck. |
|
#9
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
Sleeping is for amateurs - night time, at least! (Don't you think perhaps that driver needs to be 'signed'?) Tony. . . "Skybuck Flying" <BloodyShame@hotmail.com> wrote in message news:98f61$4a7e3196$d53372a9$5615@cache2.tilbu1.nb.home.nl... > The WinDbg help has some info... > > Right now I am trying: > > ed netvmini_Mask 0x8 > > This seems to do something ;) > > It's downloading/loading stuff. > > I'll have to stop soon because it's bed time :P* > > Bye, > Skybuck. > |
|
#10
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
Ok, A "so-called-expert" at a web forum mentions "debugview". This is not an option of WinDbg... nooooo... This is a special tool available from Microsoft. And apperently it can capture all the DbgPrint stuff... and that's exactly what I want for now ?! And you don't even need to computers for it... Maybe you don't even need WinDbg for it ?! ;) http://technet.microsoft.com/en-us/s.../bb896647.aspx Well it's a bit late now... so I will have to try this tomorrow. I got a stinky finger too and it needs a washing LOL. BAH LOL. Bye, Skybuck ;) =D "Skybuck Flying" <BloodyShame@hotmail.com> wrote in message news:6e806$4a7e322a$d53372a9$5949@cache2.tilbu1.nb.home.nl... > So much for that: > > Couldn't resolve error at 'netvmini_Mask 0x8'. > > Anybody know the command for debugging netvmini.sys let me know ?! > > Bye, > Skybuck. > |
|
#11
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
Well I gotta try out this DebugView first... I can't go to bed with false hope... I must known for sure if it works or does not work... Otherwise my magic brain would be deceived during it's sleep ! ;) DONT LET ME DOWN DEBUGVIEW PLS OK ? ;) Bye, Skybuck ;) :) "Skybuck Flying" <BloodyShame@hotmail.com> wrote in message news:37741$4a7e350e$d53372a9$5689@cache2.tilbu1.nb.home.nl... > Ok, > > A "so-called-expert" at a web forum mentions "debugview". > > This is not an option of WinDbg... nooooo... > > This is a special tool available from Microsoft. > > And apperently it can capture all the DbgPrint stuff... and that's exactly > what I want for now ?! > > And you don't even need to computers for it... > > Maybe you don't even need WinDbg for it ?! ;) > > http://technet.microsoft.com/en-us/s.../bb896647.aspx > > Well it's a bit late now... so I will have to try this tomorrow. > > I got a stinky finger too and it needs a washing LOL. BAH LOL. > > Bye, > Skybuck ;) =D > > "Skybuck Flying" <BloodyShame@hotmail.com> wrote in message > news:6e806$4a7e322a$d53372a9$5949@cache2.tilbu1.nb.home.nl... >> So much for that: >> >> Couldn't resolve error at 'netvmini_Mask 0x8'. >> >> Anybody know the command for debugging netvmini.sys let me know ?! >> >> Bye, >> Skybuck. >> > > |
|
#12
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
I had a feeling it wasn't gonna work... It would be to good to be true. I tried DebugView on X64 Pro which is in normal mode. That didn't work. I tried connect but network not yet properly configured to connect to Windows 7. So I decided to copy DebugView to Windows 7 to see if it would work there. No word about windows 7 support for it but I tried anyway. As soon as I click capture kernal it gives an error on Windows 7: "Could not extract DebugView driver to: C:\Windows\system32\Drivers\Dbgv.sys: Access is denied. Kernel debug output capture will be unavailable. " So much for that. I could try rebooting X64 pro in debug mode but I will definetly do that tomorrow because rebooting gonna take ages. I will try one more thing and that is the connect option. But for that I first need to go wash my finger ! ;) Otherwise my keyboard is gonna get stinky. I can't configure my network with 1.8 hands... I need 2.0 hands for it. Bye, Skybuck. |
|
#13
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
Another fine waste of time. Apperently DebugView cannot work over VM connections ? I tried it it says it's on the local machine and that's it... The only thing it does is make a nice error beep sound. From the looks of it it's pretty ridicilous how much trouble I have to go through to just get a few lines of text output ?! Is this Microsoft's conspiracy of wasting my time ? One must wonder about that. Bye, Skybuck. |
|
#14
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
Hmm this is kinda odd... I was under the impression that the network between host and guest was working... But at the same time I thought something weird was going on so I decided to do a little connection test... And indeed something weird is going on... Only one side can connect with the other side not vice versa... Gotta resolve this first before I dismiss DebugView's connect stuff ;) Bye, Skybuck. |
|
#15
| |||
| |||
| Re: How to see dbgprint message in WinDbg ?
Ok, network issue is now supposedly fixed. Trying DebugView from XP to Windows 7 doesn't work. It doesn't connect. Why it doesn't work is hard to say. The firewall is down (which was also a problem). Maybe Windows 7 is protected. However I did read something about DebugView and getting it working on Windows 7: Run it as Administrator... (special command from file menu). Then it works and error is gone. So if all goes well I should now be able to run DebugView on Windows 7 X64 Ultimate... And get some debugging information from the driver... But for this I have to now restart into debug mode... which it is already in... But now I need to disable the driver signing again... And hopefully then "the magic happens" :) Bye, Skybuck =D |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to see dbgprint message in WinDbg ?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Macro VB project Message error message after closing Microsoft Excel file | Eas!war | Windows Software | 5 | 4 Weeks Ago 05:20 PM |
| I receive a message “Low on space - Text message memory full, cannot clear it” in my Droid | Iksha | Portable Devices | 5 | 09-07-2011 06:20 PM |
| Printed message is very small after printing an e-mail message in Office Outlook 2003 | Silent~Kid | Windows Software | 5 | 20-03-2010 01:18 AM |
| Debug InProc COM Components Inside IIS Using WINDBG | Jarini | Software Development | 3 | 10-11-2009 10:57 PM |
| Thread waiting on a lock while running windbg syncblk | Dwij | Software Development | 2 | 10-06-2009 06:40 PM |