Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions OzCodeDemo/05.ExceptionTrail/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Exception Trail
# Exception Trail
**Effortlessly understand the root cause of a bug by instantly navigating to the *inner-most* InnerException, and drill into the exception's callstack and associated data.**
##Overview
## Overview
Without OzCode, investigating an exception is a dreary task - navigating through a trail of inner exceptions, scrolling through lengthy callstacks, and squinting through the exception’s associated data to try to make sense of the error. With OzCode, all the relevant information about the exception is presented in a handy tool-window. You can navigate through each inner-exception with a super- convenient breadcrumb control, and even launch a Google or StackOverflow search right from within Visual Studio!
##Using Exception Trail
## Using Exception Trail
In order to run this demo click the _Exception Trail_ button in the demo application.
**Note: For this demo make sure that _break on exceptions_ is turned off**

Expand Down