5. Debug

There are four ways to enable debugging:

Command line (long): --debug[=boolean]
Command line (short): -D
Java system property: com.xmlcalabash.debug=boolean
XML configuration: <cc:debug>boolean</cc:debug>
Ant task: <calabash debug="Ant boolean"/>

If debugging is enabled, errors will produce Java stack traces.