diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-05 18:34:19 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-05 18:34:19 +0100 |
commit | b59c92c6b565e703de30463dd4b1c007961097cf (patch) | |
tree | 848f839c7048aa3f84a06383bd8315e8bc575086 /docs/part-1/5_debug-first-app.md | |
parent | ebfbae9e24f62a919530b0c7434858ed4042bce1 (diff) |
Update images position+size (center + correct size).
Diffstat (limited to 'docs/part-1/5_debug-first-app.md')
-rw-r--r-- | docs/part-1/5_debug-first-app.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/part-1/5_debug-first-app.md b/docs/part-1/5_debug-first-app.md index 69f004f..c75efd4 100644 --- a/docs/part-1/5_debug-first-app.md +++ b/docs/part-1/5_debug-first-app.md @@ -164,11 +164,11 @@ __Netbeans 8.x :__ - Open menu **Tools** -> **Options** - Open **C/C++** tab, in **Build Tools** sub-tab, click on **Add** button: - ![Add new tool panel](./pictures/nb_newtool.png){:: style="width:90%;"} + ![Add new tool panel](./pictures/nb_newtool.png){:: style="width:90%; max-width:700px; margin:auto; display:flex"} - Then, you should set **Make Command** and **Debugger Command** to point to xds tools: - ![Add new tool panel](./pictures/nb_xds_options.png){:: style="width:90%;"} + ![Add new tool panel](./pictures/nb_xds_options.png){:: style="width:90%; max-width:700px; margin:auto; display:flex"} - Finally click on **OK** button. @@ -187,7 +187,7 @@ __Netbeans 8.x :__ - Gdb Init File: `target/gdb-on-root@renesas-gen3.ini` (_script name may depend of RSYNC_TARGET variable you set in pre-build command_) - ![Select Model panel](./pictures/nb_project_debug-1.png){:: style="width:90%;"} + ![Select Model panel](./pictures/nb_project_debug-1.png){:: style="width:90%; max-width:700px; margin:auto; display:flex"} - Click on **Apply** and then **OK** button to save settings |