-
Notifications
You must be signed in to change notification settings - Fork 64
Debugging Scripts
Henrik edited this page Aug 21, 2014
·
1 revision
You can call the rakefile as such:
DEBUG=true rake
This changes the behaviour of the logging to output debug verbosity. It also changes some tasks to override Rakefile settings for verbosity and prints more debug information. I've tried to keep the information structured.
If you're reporting a bug or need crash information to file a bug report, you
can append the --trace
flag to the invocation.
DEBUG=true rake --trace