* Add stack trace toggled via user prefs
* Add docs regarding preferences
* Rename color getter functions
* Fix minior order of execution bug
* Use GUID + improved styling of detailed stack view
* - Changed the AddStackTrace method to be conditional (from one of your initial suggestions).
- Removed the implicit conversion operator in StackTraceEntry and is instead using ToString explicitly when needed.
- Improved implementation of GetFirstLine
- Simplified Equals implementation of the StackTraceEntry class