Am 21.3.2012 um 08:33 schrieb Dani Moncayo: > gcc -g --all-warnings -Wall -Wextra -o p1.exe main.c
-g produces debug information in the default format, maybe you need to use -ggdb to get "debug information in default extended format". (It might also be useful to try the build with the additional switches -feliminate-unused-debug-symbols and -feliminate-unused-debug-types.) -- Greetings Pete There's no place like 127.0.0.1 – origin unknown