Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » debugger did not recognise breakpoints
debugger did not recognise breakpoints [message #71584] Tue, 27 May 2003 10:54 Go to next message
Eclipse UserFriend
Originally posted by: k.arts.gmx.net

Hello.

I'm having a big problem with eclipse. I use
cdt 1.1. and want to debug my program. But when I add a breakpoint in main
rountine the debugger did not recognise it. The debugger just recognises the
breakpoints set in a specific sub folder. The breakpoints in files wich are
at top level (as the app.) are not seen. (like in the main routine)
I linked every file with the -g option and i also set -g at the gdb command
line.
I also tried to put all files in sub folders and only the app at top
level( because i read, that this could be a problem) but that didn't help
either.

I use mingw32 debugger gdb 5.1.1., eclipse 2.1., winxp,

Thanks.
Re: debugger did not recognise breakpoints [message #71644 is a reply to message #71584] Tue, 27 May 2003 12:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

You should use gdb 5.2.1 or higher.

"Karsten Kaul" <k.arts@gmx.net> wrote in message
news:bavu5c$35p$1@rogue.oti.com...
> Hello.
>
> I'm having a big problem with eclipse. I use
> cdt 1.1. and want to debug my program. But when I add a breakpoint in main
> rountine the debugger did not recognise it. The debugger just recognises
the
> breakpoints set in a specific sub folder. The breakpoints in files wich
are
> at top level (as the app.) are not seen. (like in the main routine)
> I linked every file with the -g option and i also set -g at the gdb
command
> line.
> I also tried to put all files in sub folders and only the app at top
> level( because i read, that this could be a problem) but that didn't help
> either.
>
> I use mingw32 debugger gdb 5.1.1., eclipse 2.1., winxp,
>
> Thanks.
>
>
Re: debugger did not recognise breakpoints [message #71852 is a reply to message #71644] Wed, 28 May 2003 07:02 Go to previous message
Eclipse UserFriend
Originally posted by: k.arts.gmx.net

Thanx, That worked
:)
Previous Topic:Code Assist: Fact or Fantasy
Next Topic:Problems with C-Editor?!
Goto Forum:
  


Current Time: Tue Jul 22 14:39:21 EDT 2025

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

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

Back to the top