Ticket #9979: Debugging (gdb)_Filezilla.cmd

File Debugging (gdb)_Filezilla.cmd, 648 bytes (added by Joseph DeVore, 9 years ago)
Line 
1@ECHO on
2:: Core Dump Checking through the GNU Debugger (GDB)
3::
4:: Symbol Servers
5:: - http://msdl.microsoft.com/download/symbols
6::
7:: --directory=" " // Specifies location of Source code,
8:: // multiply Directories can be listed one per cmd flag.
9::
10:: --symbols=" " // Debug Symbol file(s).
11:: --exec=" " // exe to be debugged (does not contain debug symbols).
12:: --se=" " // exe to be debugged (contains debug symbols ^_^).
13
14gdb -readnow -se="filezilla.exe"
15
16
17:: --directory=""
18:: --symbols=""
19:: -core="drwtsn32_WindowsXP-Pro-SP3_Explorer.exe.dmp"
20:: --exec=""
21pause