Skip to content

Commit

Permalink
Updated links to TTD guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Jan 1, 2024
1 parent b3c5649 commit a1af0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/diagnosing-dotnet-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Stopping the trace. This may take up to minutes depending on the application bei

### Using Time Travel Debugging (TTD)

Time Travel Debugging is an excellent way of troubleshooting errors and exceptions. We can step through the code causing the problems at our own pace. I describe TTD in [the WinDbg usage guide](using-windbg#time-travel-debugging-ttd). It is my preferred way of debugging issues in applications and I highly recommend giving it a try.
Time Travel Debugging is an excellent way of troubleshooting errors and exceptions. We can step through the code causing the problems at our own pace. I describe TTD in [the WinDbg usage guide](/guides/using-windbg#time-travel-debugging-ttd). It is my preferred way of debugging issues in applications and I highly recommend giving it a try.

### Collecting a memory dump

Expand Down
2 changes: 1 addition & 1 deletion guides/diagnosing-native-windows-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ title: Diagnosing native Windows applications

### Using Time Travel Debugging (TTD) or live debugging

Time Travel Debugging is an excellent way of troubleshooting errors and exceptions. We can step through the code causing the problems at our own pace. I describe TTD in [the WinDbg usage guide](using-windbg#time-travel-debugging-ttd). It is my preferred way of debugging issues in applications and I highly recommend giving it a try.
Time Travel Debugging is an excellent way of troubleshooting errors and exceptions. We can step through the code causing the problems at our own pace. I describe TTD in [the WinDbg usage guide](/guides/using-windbg#time-travel-debugging-ttd). It is my preferred way of debugging issues in applications and I highly recommend giving it a try.

#### Break on a specific exception event

Expand Down

0 comments on commit a1af0a7

Please sign in to comment.