[plt-scheme] Debug version of (current-command-line-arguments)
At Wed, 2 Jun 2004 08:48:40 -0400, Wayne Richards wrote:
> For debugging purposes, I'd like to have a proc that returns
> (current-command-line-arguments) when running an executable, and return a
> specified test vector when running in the DrScheme environment (the "IDE").
> Any suggestions?
Possibly what you need: In the "Choose Language" dialog for the
"(module ...)" language, when you click "Show Details", then you can
set the command line arguments for running.
Matthew