Logging, debugging, testing
To understand the internal state of an activity, you can use the following:
printfstyle debugging: enableforward_stdoutorforward_stderrin the[[activity]]section of the configuratin. Output will appear in the server log.obelisk:logAPI - see Runtime Support
Unit and integration testing is possible with Cargo's test harness.
The stargazers demo repository contains unit and integration tests for activities.