Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Cannot run program "gdb": Launching failed

Perhaps, you did not installed GDB package.
Have you tried to run gdb from command line?
To install GDB you should run Cygwin installer again and make sure GDB
package is marked for download and installation (it should be
somewhere under Development Tools as I remember...).

Dmitry

2008/10/31 Pranay Pramod <pramo_p@xxxxxxxxxx>:
> I have downloaded eclipse 3.4 ganymede for a C++ project development.
>
> As asked, I also installed cygwin.
>
>
>
> When I run a hello world program, it runs fine.
>
> However when I try to debug it, it gives the following message in a pop up
> screen.
>
>
>
> Error creating session
>
> Cannot run program "gdb": Launching failed
>
>   Cannot run program "gdb": Launching failed
>
>   Cannot run program "gdb": Launching failed
>
>
>
> When should I put gdb and how?
>
> Any help is appreciated!
>
>
>
> Thank you,
>
> Pranay
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top