Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Breakpoint installation failed: Interrupt failed(Debugging problems)
Breakpoint installation failed: Interrupt failed [message #1703277] Thu, 30 July 2015 08:47 Go to next message
Eclipse User is currently offline Eclipse UserFriend
Messages: 1
Registered: July 2015
Junior Member
I'm using Eclipse Mars and trying to debug a C++ file. I'm adding a breakpoint to a line, but after a few seconds I get the warning:

> Breakpoint installation failed: Interrupt failed.

And the debugger doesn't stop at that point even though I know for sure that the code does reach the line with the breakpoint.

What can be done to solve this issue?
Re: Breakpoint installation failed: Interrupt failed [message #1703339 is a reply to message #1703277] Thu, 30 July 2015 17:23 Go to previous message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
I'm guessing that you are setting the breakpoint while the program you are debugging is running. To do that, CDT tries to interrupt the program, set the breakpoint, then resume the program. It seems that in your case, CDT is not able to interrupt the program to be able to set the breakpoint.

You can try a couple of things:
1- set the breakpoint before starting the program
2- interrupt the program manually, then set the breakpoint, then resume manually

Marc
Previous Topic:what is running after every build that takes a long time?
Next Topic:name column in variables view gone
Goto Forum:
  


Current Time: Wed Sep 11 14:38:11 GMT 2024

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

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

Back to the top