Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » The Resume, Step into, Step Over buttons greyed out(Debug C++ code)
The Resume, Step into, Step Over buttons greyed out [message #1814842] Fri, 20 September 2019 05:06 Go to next message
Gary Yang is currently offline Gary YangFriend
Messages: 3
Registered: September 2019
Junior Member
I use Eclipse IDE for Java Developers
Version: 2018-12 (4.10.0)
Build id: 20181214-0600

My MacOS is Mojave Version 10.14.6.

I installed CDT plugins.

The Resume, Step into, Step Over buttons greyed out when I debug the C++ code. See the attachments. Please help.
Re: The Resume, Step into, Step Over buttons greyed out [message #1814873 is a reply to message #1814842] Sat, 21 September 2019 04:58 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
It looks like the debugger never actually started.
Normally (at least for me), the Debug view expands the running task
index.php/fa/36348/0/
If your .gbinit file actually exists, there may be something wrong with it.
Try removing it from the debug launcher to see if that's it.

The debug will have debug actions grayed out when not at a breakpoint.
Maybe your startup code (executed before main) is caught in a loop.
This would mean you never reached the breakpoint in main.

There's a view called Debugger Console which lets you see what's happening.
For example,
index.php/fa/36349/0/

Unfortunately, there isn't enough information and
may require your entire configuration to track down the problem.
You could try with a plain vanilla HelloWorld C++ project.
If that doesn't work then you may have uncovered a bug in the debug interface.

[Updated on: Sat, 21 September 2019 05:03]

Report message to a moderator

Previous Topic:java.io.IOException: Cannot create pty
Next Topic:Cannot create pty
Goto Forum:
  


Current Time: Wed Apr 24 17:10:49 GMT 2024

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

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

Back to the top