Skip to content

Instantly share code, notes, and snippets.

@gabrielschulhof
Created October 2, 2020 20:37
Show Gist options
  • Save gabrielschulhof/15fbe4c0e8dc9030dc5eec437bda0461 to your computer and use it in GitHub Desktop.
Save gabrielschulhof/15fbe4c0e8dc9030dc5eec437bda0461 to your computer and use it in GitHub Desktop.
set pagination off
set breakpoint pending on
set style enabled off
set environment NODE_ENV=production
define domaps
shell echo "*** Start Event ***"
bt 10
python gdb.execute('finish');
shell echo "*** End Event *****"
continue
end
start ./current/index
break mmap
commands
domaps
end
continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment