`backtrace` in gdb will tell you where the exception originates from,
`frame #` and `list`, `print`, etc. will let you inspect the code and
variables at the call site.
Compile with -g, otherwise you won't get debug symbols or line
numbers. That's `./configure --debug && make` with v0.6, `make
BUILDTYPE=Debug` with master.
Ok. I was looking to get as much info (if any more exists) as possible with my release build but I will make a debug build. My luck (nothing to so with node) is that I find issues which show up only in release. I will report back what I find...may be a couple days.
Thanks!
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en