diff options
author | Sebastien D <seb.douheret@gmail.com> | 2017-08-29 10:31:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 10:31:32 +0200 |
commit | 5b4c1e3138a3c96de650eb19d2cfc5d8f9bbfa05 (patch) | |
tree | 9b2ef290fbe7419ec9931f92571991262be69c8e | |
parent | d4a7d7985ca41522f02feda638a87aa131cb2e79 (diff) |
Update Readme
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,8 +3,7 @@ xds-gdb: wrapper on gdb for XDS `xds-gdb` is a wrapper on gdb debugger for X(cross) Development System. -This tool allows you to debug an application built with an xds-server -(see [xds-server on github](https://github.com/iotbzh/xds-server)) without the +This tool allows you to debug an application built with an xds-server without the need to install gdb or any cross tool. Two debugging models are supported: @@ -156,7 +155,7 @@ To enable native debugging mode, you need to define `XDS_NATIVE_GDB` variable. ### Netbeans -**Netbeans 8.x :** +__Netbeans 8.x :__ Open menu Tools -> Options Then open C/C++ tab, in "Build Tools" sub-tab, click on "Add" button: ![Add new tool panel](/docs/images/nb_newtool.jpeg) |