Files
gnatstudio/docs/tutorial/run.rst
Anthony Leonardo Gracio 86f238a7b2 W310-011: Fix a few things in the GS tutorial
. Fix a few things in the .rst files

. Build the tutorial as a PDF too
2023-03-10 15:11:24 +00:00

19 lines
838 B
ReStructuredText

***
Run
***
It is now time to run the application: select the menu `Build->Run->sdc`,
which will open a dialog window. In the text input field (selected by default),
press the right arrow key and then insert `input.txt`: this is the name of a
text file that will be passed as argument to the *sdc* program.
The text input should now read: `%E input.txt` and the full command that will
be executed is displayed underneath: `.../gnatstudio/tutorial/obj/sdc input.txt`
Now click on `Execute`: a new window titled `Run: sdc` is created at the bottom
of the main window where the sdc application runs and displays an unexpected
internal error: this is a good opportunity to use the integrated debugger.
Place the mouse cursor over the tab titled `Run: sdc`: a cross will appear on
the right of the label: click on it to close the window.