debugging (GDB)

BlitzMax Forums/BlitzMax Programming/debugging (GDB)

flaith(Posted 2005) [#1]
i tried to use gdb for debugging, but nothing.
after compiling with debug build, i do a
objdump -x myprog.debug.exe > dump.txt
result (dump.txt):

myprog.debug.exe:     file format pei-i386
myprog.debug.exe
architecture: i386, flags 0x00000102:
EXEC_P, D_PAGED
start address 0x00401250

Characteristics 0x20f
	relocations stripped
	executable
	line numbers stripped
	symbols stripped
	debugging information removed
...

look at the last line !
and, with gbd, i can't disassemble it ???
Is it because objdump & gdb are only for c/c++ progs ?