Added `rdebug' a script that starts the remote debugger

This commit is contained in:
eknauel 2005-05-31 13:45:47 +00:00
parent 7da239cf4f
commit 9f9ef3f7a1
1 changed files with 2 additions and 0 deletions

2
scheme/rdebug Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec ledit scsh -lel module-system/load.scm -lel interaction/load.scm -o socket2stdports -c '(socket<->stdports "localhost" 8888)'