Skip to content
Snippets Groups Projects
Commit d0c7e737 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

debug-ghc: Add comment

parent ea089678
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
# This is a handy wrapper script for invoking GDB (and other tools) on
# the wrapper scripts generated by GHC's build system.
set -x set -x
if [ -z "$PROG" ]; then if [ -z "$PROG" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment