Debugging module for node and backendjs
Usage
rungc()
- run V8 garbage collector on demandsetsegv()
- install SEGV signal handler to show crash backtracesetbacktrace()
- install special V8-aware backtrace handlerbacktrace()
- show V8 backtrace from current positionheapSnapshot(file)
- dump current memory heap snapshot into a file
Author
Vlad Seryakov