Skip to content

Commit

Permalink
fix: add additional videos to the README (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdvrk authored Feb 19, 2021
1 parent db3837f commit a2445dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ This will open the Trace view.

Each node (box) in the Trace view represents a specific HTTP server request, function call, or SQL query which occurred in the test case. You can think of it like having the data from a debugger, but you can jump to any location in the call graph. The Trace view flows from left to right and top to bottom as the program moves forward in time.

Trace sub-graphs can be expanded and collapsed for easier navigation.

![Trace navigation](https://vscode-appmap.s3.us-east-2.amazonaws.com/media/003.gif "Trace navigation")


### Interacting with the diagrams

Expand All @@ -107,6 +111,8 @@ The diagrams are fully interactive; they aren’t static pictures like UML. You
- View SQL queries.
- Open source code right to the line of any particular function, by clicking on “View source"

<a href="https://www.loom.com/share/327f17cf25de499e9254bde366137306"><p>Watch demonstration video</p><img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/327f17cf25de499e9254bde366137306-with-play.gif"></a>

## Sharing

### Record and share videos and screenshots
Expand Down

0 comments on commit a2445dd

Please sign in to comment.