Skip to main content



      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 04:47 Go to next message
Eclipse UserFriend
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 13:23 Go to previous message
Eclipse UserFriend
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: Mon Jul 07 22:29:53 EDT 2025

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

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

Back to the top