Fix debug flag and readme formatting.

This commit is contained in:
Braydon Fuller 2015-07-21 13:19:18 -04:00
parent e3d041b594
commit 53968e6f8d
3 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,7 @@ To be able to debug you'll need to have `gdb` and `node` compiled for debugging
$ gdb --args node_g path/to/example.js
```
To run mocha from within gdb (notice _mocha and not mocha so that the tests run in the same process):
To run mocha from within gdb (notice `_mocha` and not `mocha` so that the tests run in the same process):
```bash
$ gdb --args node /path/to/_mocha -R spec integration/index.js
```

View File

@ -1,2 +1,2 @@
./configure --enable_debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --without-bdb --disable-wallet --without-utils --prefix=
./configure --enable-debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --without-bdb --disable-wallet --without-utils --prefix=

View File

@ -1,2 +1,2 @@
./configure --enable_debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --prefix=
./configure --enable-debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --prefix=