diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 14:17:57 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 14:17:57 +0200 |
commit | b919b385f5b7d3e2f41855d742c1e818ae95bd02 (patch) | |
tree | 1f7a8e28d764c98f366bb13f3ed2630b2c579067 /docs/part-1/5_debug-first-app.md | |
parent | 539cc38be44221ba526ee3a1e07ea44ec98c72da (diff) |
Update xds internals doc
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/5_debug-first-app.md')
-rw-r--r-- | docs/part-1/5_debug-first-app.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/part-1/5_debug-first-app.md b/docs/part-1/5_debug-first-app.md index f9f0a6e..38f2b67 100644 --- a/docs/part-1/5_debug-first-app.md +++ b/docs/part-1/5_debug-first-app.md @@ -64,7 +64,7 @@ Use native gdb mode instead of remote XDS server mode. `XDS_PROJECT_ID` *(mandatory with XDS server mode)* -Project ID you want to build +Project ID you want to build `XDS_RPATH` @@ -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) + ![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) + ![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) + ![Select Model panel](./pictures/nb_project_debug-1.png){style width:90%;} - Click on **Apply** and then **OK** button to save settings |