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

Scripts for Racket developers

Results 1 racket-dev-goodies issues
Sort by recently updated
recently updated
newest added

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...