mirror of https://github.com/lukechilds/node.git
Browse Source
gdbinit provided by V8 can be very useful for low-level debugging of crashes in node and in binary addons. Most useful commands at 'jst' for JS stack traces and 'job' for printing a heap object. This patch installs the file at $PREFIX/share/doc/node/gdbinit. Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> PR-URL: https://github.com/nodejs/io.js/pull/2123v4.0.0-rc
2 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue