... | ... | @@ -31,6 +31,6 @@ To debug an application in Eclipse, a Debugging Configuration for the applicatio |
|
|
- Right click on "C/C++ Application" and select "New Configuration"
|
|
|
- Enter Name = hellocii
|
|
|
- In the "Main" tab enter: Project = hello
|
|
|
- In the "Main" tab enter: C/C++ Application = /home/landolfa/EELT/TUTORIAL/hello/build/hellocii/hellocii
|
|
|
- In the "Main" tab enter: C/C++ Application = /home/eltdev/EELT/TUTORIAL/hello/build/hellocii/hellocii
|
|
|
- In the "Arguments" tab enter: Program arguments = -l DEBUG -c hellocii/config.yaml
|
|
|
- Click on "Debug" button to start debugging |