diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 17:58:08 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 17:58:08 +0200 |
commit | 4296527c4e54ff638e92e368c5309a327892beee (patch) | |
tree | 8c5e764e3cc508cf6bd92596e3b90e53cdcb0e1a /docs/part-1/5_debug-first-app.md | |
parent | 7979910e345d199460ff189fdd2dc91c32d6ed35 (diff) |
Change image styling to be compatible with kramdown.
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 6a4e95f..cc0e8a2 100644 --- a/docs/part-1/5_debug-first-app.md +++ b/docs/part-1/5_debug-first-app.md @@ -168,11 +168,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%;"} - 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%;"} - Finally click on **OK** button. @@ -191,7 +191,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%;"} - Click on **Apply** and then **OK** button to save settings |