Trace File
Nanoconda API allows for saving all callbacks and API calls to a trace file.
Generating A Trace File
To start a trace file recording, simply provide a name of the desired trace file to nanoconda::start() call.
Replaying A Trace File
To Replay a saved trace file your application must call nanoconda::replayTrace() instead of nanoconda::start() and provide a trace file as argument.