Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » multiple markers while setting breakpoint
multiple markers while setting breakpoint [message #551926] Tue, 10 August 2010 08:20 Go to next message
Michael Mising name is currently offline Michael Mising nameFriend
Messages: 103
Registered: July 2009
Senior Member
Hi
why do I get the message below when trying to set a breakpoint?
Many thanks
Michael


Multiple markers at this line
- Line breakpoint: main.cpp [line: 660]
- Breakpoint attribute problem:
installation failed
Re: multiple markers while setting breakpoint [message #552085 is a reply to message #551926] Tue, 10 August 2010 18:30 Go to previous messageGo to next message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member

> Multiple markers at this line
> - Line breakpoint: main.cpp [line: 660]

You've requested a breakpoint at that location\

> - Breakpoint attribute problem: installation failed

The breakpoint was not able to be installed by the debugger. This often happens when you have breakpoints in your workspace which are not relevant to the current debugging session.

Marc
Re: multiple markers while setting breakpoint [message #553037 is a reply to message #552085] Mon, 16 August 2010 07:53 Go to previous messageGo to next message
Michael Mising name is currently offline Michael Mising nameFriend
Messages: 103
Registered: July 2009
Senior Member
What do you mean? The same code compiles/debugs on Linux. But on Windows I first remove all breakpoints and still cannot set any breakpoint.
Re: multiple markers while setting breakpoint [message #553114 is a reply to message #553037] Mon, 16 August 2010 13:51 Go to previous messageGo to next message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
Which Eclipse? Which debugger? Are you trying to debug libraries?

Michael wrote on Mon, 16 August 2010 03:53
What do you mean? The same code compiles/debugs on Linux. But on Windows I first remove all breakpoints and still cannot set any breakpoint.


Re: multiple markers while setting breakpoint [message #553642 is a reply to message #553114] Wed, 18 August 2010 09:56 Go to previous messageGo to next message
Michael Mising name is currently offline Michael Mising nameFriend
Messages: 103
Registered: July 2009
Senior Member
Latest Eclipse on Linux and the previous version on Vista. All with default gcc/gdb. I try to debug a dll.
It previously worked but since ~2 weeks I've this.
Thanks

[Updated on: Wed, 18 August 2010 09:57]

Report message to a moderator

Re: multiple markers while setting breakpoint [message #553650 is a reply to message #553642] Wed, 18 August 2010 10:52 Go to previous messageGo to next message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
The latest Eclipse/CDT provides a new integration of GDB called DSF-GDB. It has more features and provides more performance. My guess is that you are using DSF-GDB automatically.

The problem is that breakpoints don't get properly set in a dll that is not already loaded. You can try two things,
1- set the breakpoint _after_ the dll has been loaded (which is not always convenient)
2- use the old GDB integration instead (CDI). To do that, in your launch window, at the bottom, you'll find a hyperlink; click on it and use the "Standard ..... " debugger integration.

Marc

Michael wrote on Wed, 18 August 2010 05:56
Latest Eclipse on Linux and the previous version on Vista. All with default gcc/gdb. I try to debug a dll.
It previously worked but since ~2 weeks I've this.
Thanks


Re: multiple markers while setting breakpoint [message #555066 is a reply to message #553650] Wed, 25 August 2010 11:38 Go to previous messageGo to next message
Michael Mising name is currently offline Michael Mising nameFriend
Messages: 103
Registered: July 2009
Senior Member
[quote title=Marc Khouzam wrote on Wed, 18 August 2010 06:52]
2- use the old GDB integration instead (CDI). To do that, in your launch window, at the bottom, you'll find a hyperlink; click on it and use the "Standard ..... " debugger integration.

Thanks Marc
where? Cannot find that.
Regards Michael

Re: multiple markers while setting breakpoint [message #555294 is a reply to message #555066] Thu, 26 August 2010 09:15 Go to previous messageGo to next message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
[quote title=Michael wrote on Wed, 25 August 2010 07:38]
Marc Khouzam wrote on Wed, 18 August 2010 06:52

2- use the old GDB integration instead (CDI). To do that, in your launch window, at the bottom, you'll find a hyperlink; click on it and use the "Standard ..... " debugger integration.

Thanks Marc
where? Cannot find that.
Regards Michael




Run -> Debug configurations...
At the bottom, on the right hand-side, you will see:
"Using GDB (DSF) Create Process Launcher - Select other"

Marc
Re: multiple markers while setting breakpoint [message #756000 is a reply to message #555294] Thu, 10 November 2011 12:47 Go to previous messageGo to next message
Michael  is currently offline Michael Friend
Messages: 10
Registered: November 2011
Junior Member
Back with the same error. Sad

Version: Helios Service Release 2

Re: multiple markers while setting breakpoint [message #756138 is a reply to message #756000] Fri, 11 November 2011 08:31 Go to previous messageGo to next message
Michael  is currently offline Michael Friend
Messages: 10
Registered: November 2011
Junior Member
With the old Ganymede I get:

Can't find a source file at "../sysdeps/i386/i686/multiarch/memcpy-ssse3.S"
Locate the file or edit the source lookup path to include its location.

sigh:-(
Re: multiple markers while setting breakpoint [message #756147 is a reply to message #756138] Fri, 11 November 2011 08:49 Go to previous message
Michael  is currently offline Michael Friend
Messages: 10
Registered: November 2011
Junior Member
hmmm the newest Indigo seems ok...jippie Smile
Previous Topic:How To Modify CDT
Next Topic:Duplicate path entries in synchronized projects
Goto Forum:
  


Current Time: Thu Mar 28 08:35:08 GMT 2024

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

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

Back to the top