Results 1 to 5 of 5

Thread: How to see dbgprint message in WinDbg ?

  1. #1
    Join Date
    Feb 2006
    Posts
    167

    How to see dbgprint message in WinDbg ?

    I noticed that windbg is connected to Windows 7 64bit which is running in debug mode. After that windbg says to press G and Enter and so forth. Now, I would like to see the dbgprint messages of the netvmini driver. So for that I have tried to enter the below command in WinDbg:

    "Break"

    and

    "!dbgprint"

    But it was showing two blocks or so:

    [][]:

    Can anyone tell me what is this? Is it possible to make some type of recording? I know that there might be many of these messages, how can I go ahead? Thanks.

  2. #2
    Join Date
    Feb 2006
    Posts
    167

    Re: How to see dbgprint message in WinDbg ?

    So after searching on the web I have found some methods on how to setup pdb files that is going to help me. Incase I want some more help then after this method I will let you know people about it, below is the link:

    http://blogs.msdn.com/iliast/archive...tutorials.aspx

  3. #3
    Join Date
    Feb 2006
    Posts
    167

    Re: How to see dbgprint message in WinDbg ?

    I have now added the folder of the driver pdb's to the symbol path. Will I alos have to add the folders to the application pdb's to the symbol path? I am going to do that but I am not sure if that is fine? I think that only driver pdb's should be added? Thanks.

  4. #4
    Join Date
    Oct 2005
    Posts
    792
    I think that the driver needs to be signed first?

  5. #5
    Join Date
    Jun 2006
    Posts
    623
    You will have to read the documentation before complaining as many times as you did. And to use Windbg to get the messages you need two things. First it must be a remote debugger, using two machines connected by serial, 1394 or (rarely USB). Second you have to enable the debug messages since they are disabled by default.

Similar Threads

  1. Replies: 5
    Last Post: 13-01-2012, 05:20 PM
  2. Replies: 5
    Last Post: 09-07-2011, 05:20 PM
  3. Replies: 5
    Last Post: 20-03-2010, 12:18 AM
  4. Debug InProc COM Components Inside IIS Using WINDBG
    By Jarini in forum Software Development
    Replies: 3
    Last Post: 10-11-2009, 10:57 PM
  5. Thread waiting on a lock while running windbg syncblk
    By Dwij in forum Software Development
    Replies: 2
    Last Post: 10-06-2009, 05:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,049,280.70717 seconds with 16 queries