Skip to content

Commit

Permalink
Updating readability, removed IIS guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Dec 30, 2023
1 parent 7ad1462 commit 44bf808
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 235 deletions.
4 changes: 4 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $credits-color: #707070;
table td {
vertical-align: top;
}

h2, h3 {
margin: 15px 0 15px 0;
}
}

.site-title {
Expand Down
4 changes: 2 additions & 2 deletions guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Guides

Please first check the [Windows degugging configuration guide](configuring-windows-for-effective-troubleshooting) as it presents fundamental settings and tools for effective problems troubleshooting on Windows.

### --- :triangular_ruler: Troubleshooting scenarios ---
### :triangular_ruler: Troubleshooting scenarios

#### [Diagnosing .NET applications](diagnosing-dotnet-apps)

Expand All @@ -19,7 +19,7 @@ This guide describes ways of troubleshooting various problems in native applicat

A guide presenting troubleshooting techniques and tools (including the [comon extension](https://github.com/lowleveldesign/comon)) useful for **debugging COM objects**.

### --- :wrench: Tools usage ---
### :wrench: Tools usage

#### [Using WinDbg](using-windbg)

Expand Down
231 changes: 0 additions & 231 deletions guides/diagnosing-problems-in-iis.md

This file was deleted.

4 changes: 2 additions & 2 deletions tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: Tools
---

### --- :feet: Tracing tools ---
### :feet: Tracing tools

#### [wtrace](https://github.com/lowleveldesign/wtrace)

Expand All @@ -17,7 +17,7 @@ A cross-platform command-line tool for live recording **.NET trace events**. Dot

A small tool which can inject DLLs into already running and newly started processes. The injected DLL may, for example, trace or patch functions in the remote process.

### --- :beetle: Debugging tools ---
### :beetle: Debugging tools

#### [comon](https://github.com/lowleveldesign/comon) (a WinDbg extension)

Expand Down

0 comments on commit 44bf808

Please sign in to comment.