racket-dev-goodies icon indicating copy to clipboard operation
racket-dev-goodies copied to clipboard

Integrate a way to run GDB

Open samth opened this issue 7 years ago • 0 comments

I have the following script in my bin directory:

#!/bin/bash
gdb  -eval-command "handle SIGSEGV nostop noprint" --eval-command="run" --args $PLTHOME/racket/src/build/racket/racket3m

which is very handy. You can make another one that passes -l drracket as well. I'd like to integrate this with the other launcher goodies here, but I'm not sure of the best way.

samth avatar May 08 '18 16:05 samth