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=" |
If debugging is enabled, errors will produce Java stack traces.