Skip to content

Instantly share code, notes, and snippets.

@cjihrig
cjihrig / mdb.md
Last active August 29, 2015 14:06 — forked from tjfontaine/mdb.md

MDB is unlike most debuggers you've experienced.

It is not a source level debugger like gdb or lldb or even Node's builtin debugger

Generally used for postmortem analysis.

Postmortem is for Production and Development

We operate mostly on core files, though you can attach to running processes as well.

@cjihrig
cjihrig / install.md
Created August 20, 2014 23:16 — forked from geek/install.md