Posted in
How can I help debug?
You can help use by doing:
- Ask help on forum if you are not sure that it's a bug.
- Check in the bug tracker that our problem has not been reported before.
- Open a console.
- Execute following lines in the console.
export SKGTRACE=255
skrooge --nofork > traces.txt
- Replay your scenario.
- Open a new incident with:
- A detailled description.
- The result.
- The expected result.
- Attach the file named traces.txt to the opened incident.
This document could help you to avoid mistakes.
