Re: Launch of gdb from eclipse takes a long time

2011-09-12 Thread David
I can debug from the commandline really fast with gdb Debug/myprogram Does gdb rely on some environment variables might not set by eclipse? Den 11-09-2011 18:28, David skrev: I have $ gdb -v GNU gdb 6.8.0.20080328-cvs (cygwin-special) and eclipse helios Helios Service Release 2 GDB Common 7.0

Launch of gdb from eclipse takes a long time

2011-09-11 Thread David
I have $ gdb -v GNU gdb 6.8.0.20080328-cvs (cygwin-special) and eclipse helios Helios Service Release 2 GDB Common 7.0.0.201102110609 My application I try to debug takes 8MB with debugging information. Every time I try to launch the debugger I have to wait for several minutes. Why is it so?