Need help with contributing #751
Unanswered
Steamcrusher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To make a contribution i must first compile and run the existing code.
I was using the official guide: https://github.com/eclipse-cdt/cdt/blob/main/CONTRIBUTING.md
And then a few problems have arisen.
Where and how do i find them? There wasn't any info on that in the contribution guide. I've installed eclipse for c++ developers but it didn't fix the problem.
After all the CDT projects have successfully built, you'll probably want to run and/or do source-level debugging of the CDT code. Open the PDE (Plug-in Development Environment) perspective: Window->Perspective->Other->"Plug in Development". There, you'll see a project with the name org.eclipse.cdt.ui, right click the org.eclipse.cdt.ui project, select "Run As"->"eclipse application".
But the "Run As" is missing as you see on the screenshot. What's happening?
Thanks in advance for help.
Beta Was this translation helpful? Give feedback.
All reactions