Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Debug
Debug [message #158033] Tue, 15 November 2005 12:30 Go to next message
Eclipse UserFriend
Originally posted by: phines.cmu.edu

I recently started using eclipse (v. 3.1.0) with CDT (3.0) with Cygwin.

My program builds fine using command line make, and gdb is able to read
the symbols from cygwin, but I can't debug the program from eclipse. The
program runs fine with "Run" in eclipse. I get the following error after
attempting to debug:

mi_cmd_stack_list_frames: No stack.
You can't do that without a process to debug.

Do I need to add some additional directories to get gdb to work correctly?

Thanks,
-Paul
Re: Debug [message #158053 is a reply to message #158033] Tue, 15 November 2005 16:42 Go to previous message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

It looks like you are passing the wrong executable. Are there space
characters in the excutable's path?

"Hines" <phines@cmu.edu> wrote in message
news:499cd5d951dad4f0c8d4ac9ac7493507$1@www.eclipse.org...
>I recently started using eclipse (v. 3.1.0) with CDT (3.0) with Cygwin.
> My program builds fine using command line make, and gdb is able to read
> the symbols from cygwin, but I can't debug the program from eclipse. The
> program runs fine with "Run" in eclipse. I get the following error after
> attempting to debug:
>
> mi_cmd_stack_list_frames: No stack.
> You can't do that without a process to debug.
>
> Do I need to add some additional directories to get gdb to work correctly?
>
> Thanks,
> -Paul
>
Previous Topic:linking Win32 resource files (.rc)
Next Topic:Confused about Standard Make and Managed Make projects and make stuff in general.
Goto Forum:
  


Current Time: Sun Jun 01 06:06:29 EDT 2025

Powered by FUDForum. Page generated in 0.04454 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top