Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Can not start debugger. Why?
Can not start debugger. Why? [message #699591] Thu, 21 July 2011 21:16 Go to next message
kathy  is currently offline kathy Friend
Messages: 7
Registered: July 2011
Junior Member
I am using Eclipse CDT using MinGW on Windows XP. The C++ project build OK. But when I try to debug it. I got error:

gdb: unknown target exception 0xc0000135

What this means? And what cause the problem?
Re: Can not start debugger. Why? [message #699752 is a reply to message #699591] Fri, 22 July 2011 08:55 Go to previous messageGo to next message
malo_nj  is currently offline malo_nj Friend
Messages: 33
Registered: December 2010
Member
Try google search for gdb: unknown target exception 0xc0000135 its a specific error there must be something about it. Also when debugger gives you trouble in Eclipse CDT its wise to check if the gdb from the console behaves in the same way.
Re: Can not start debugger. Why? [message #700042 is a reply to message #699752] Fri, 22 July 2011 18:51 Go to previous messageGo to next message
kathy  is currently offline kathy Friend
Messages: 7
Registered: July 2011
Junior Member
I have tried Google. But no solution. I have tried manually debug using GDB with no problem. There is problem when I run in Eclipse CDT for debug run.
(no subject) [message #703204 is a reply to message #700042] Wed, 27 July 2011 09:37 Go to previous message
HagenFriend
Messages: 90
Registered: April 2010
Member
On 07/22/2011 08:51 PM, kathy wrote:
> I have tried Google. But no solution. I have tried manually debug using
> GDB with no problem. There is problem when I run in Eclipse CDT for
> debug run.

In another thread ("Re: Eclipse CDT: Debugging locally on the target by
the means of ssh+local gdb") someone mentioned the GDB trace console.

You could use this to check which commands Eclipse sends to gdb (and
where it differs from what you do manually).
Previous Topic:Conditional wizard page display?
Next Topic:EClipse CDT plugin creation
Goto Forum:
  


Current Time: Fri Sep 20 22:59:34 GMT 2024

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

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

Back to the top