N
Nitin
Hi,
I am trying to setup the WinDbg debugger to debug the printer driver. I
followed the steps below-
1. Open MSPaint application.
2. In WinDbg, Select [Attach to process] menu option. Select MSPaint
process.
3. Set the symbol path to C:\Windows\Symbols(where I installed the symbols)
4. Set the source path.
5. Set the image file path.(where my driver is kept).
After doing the steps above when I try to set a breakpoint in the code it
gives an error message saying "code not found, breakpoint not set". The
following errors are also shown in the command window of WinDbg-
.....................*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\WINDOWS\System32\ntdll.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\ole32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\SHLWAPI.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.13
60_x-ww_24a2ed47\gdiplus.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0
..2600.1612_x-ww_7c379b08\COMCTL32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\USER32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\kernel32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\RPCRT4.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\System32\CLBCATQ.DLL -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\SHELL32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\GDI32.dll -
My system configuration is -
OS - Windows - XP service pack 1
Debugger- WinDbg version 6.4.7.2
Symbol - Symbols for Windows XP sp1
If anybody have any idea what is wrong and why I am getting above errors,
please let me know.
Thanks,
Nitin
I am trying to setup the WinDbg debugger to debug the printer driver. I
followed the steps below-
1. Open MSPaint application.
2. In WinDbg, Select [Attach to process] menu option. Select MSPaint
process.
3. Set the symbol path to C:\Windows\Symbols(where I installed the symbols)
4. Set the source path.
5. Set the image file path.(where my driver is kept).
After doing the steps above when I try to set a breakpoint in the code it
gives an error message saying "code not found, breakpoint not set". The
following errors are also shown in the command window of WinDbg-
.....................*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\WINDOWS\System32\ntdll.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\ole32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\SHLWAPI.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.13
60_x-ww_24a2ed47\gdiplus.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0
..2600.1612_x-ww_7c379b08\COMCTL32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\USER32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\kernel32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\RPCRT4.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\System32\CLBCATQ.DLL -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\SHELL32.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\WINDOWS\system32\GDI32.dll -
My system configuration is -
OS - Windows - XP service pack 1
Debugger- WinDbg version 6.4.7.2
Symbol - Symbols for Windows XP sp1
If anybody have any idea what is wrong and why I am getting above errors,
please let me know.
Thanks,
Nitin