isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Added flag to disable code execution #207

Closed FliiFe closed 8 years ago

FliiFe commented 8 years ago

It adds the -D or --only-debug flag to only show debug informations without executing the given code. With this enabled, the -d flag may or may not be present.

NOTE: Doesn't work with REPL, but I don't think that would be useful.

FliiFe commented 8 years ago

@isaacg1 do you think a checkbox for this would be useful on the server ?