Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » multiple markers while setting breakpoint
multiple markers while setting breakpoint [message #551926] Tue, 10 August 2010 04:20 Go to next message
Eclipse UserFriend
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 14:30 Go to previous messageGo to next message
Eclipse UserFriend

> 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 03:53 Go to previous messageGo to next message
Eclipse UserFriend
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 09:51 Go to previous messageGo to next message
Eclipse UserFriend
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 05:56 Go to previous messageGo to next message
Eclipse UserFriend
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 05:57] by Moderator

Re: multiple markers while setting breakpoint [message #553650 is a reply to message #553642] Wed, 18 August 2010 06:52 Go to previous messageGo to next message
Eclipse UserFriend
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 07:38 Go to previous messageGo to next message
Eclipse UserFriend
[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 05:15 Go to previous messageGo to next message
Eclipse UserFriend
[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 07:47 Go to previous messageGo to next message
Eclipse UserFriend
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 03:31 Go to previous messageGo to next message
Eclipse UserFriend
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 03:49 Go to previous message
Eclipse UserFriend
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: Sun Mar 30 20:36:23 EDT 2025

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

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

Back to the top