Getting Started - Progressive-Learning-Platform/Plpclipse GitHub Wiki
Getting PLP-Grinder
To start contributing to the Plpclipse project, you'll need the following:
- Eclipse. Plpclipse is built upon eclipse. You can find the download link here.
- Plpclipse plugin. You can find the download link here (Clone link for Github).
Getting Setup in Eclipse
- Load up the PluginUI workspace (by Selecting the PluginUI folder inside the zip you downloaded earlier from Plpclipse plugin).
- Import PluginUI into the project explorer if it is not in already.
- To launch the plugin, open up the plugin.xml file in the root folder. Under the testing tab, click "Launch an Eclipse application".
- Once it is open, there will again be no open project. Follow the previous steps above to re include the project.
- Open any views needed by going to Window > Show View > Other > (Disassembly, Register, etc.)
- To run the simulation, click on the down arrow to the right of the run button. Click on Run Configurations, than PLP Launch.
- Now click Run button in the bottom right hand corner of the Run Configuration window.
- You can run the program step by step with the green icon that looks like >|.