TraceSpy
TraceSpy copied to clipboard
TraceSpy is a pure .NET, 100% free and open source, alternative to the very popular SysInternals DebugView tool.
Hello, thank you for such an amazing tool! When sending a lot of data constantly, DebugView freezes on my machine while TraceSpy doesn't 👍 Would be nice if it could...
In `ColorRange.ComputeColorizersColorRanges`, the colorizer checks the `TraceEvent`'s `Texts` property: https://github.com/smourier/TraceSpy/blob/537c9f3814af88de897ea8389de1ad4088c88207/WpfTraceSpy/ColorRange.cs#L46-L78 `TraceEvent.Texts` is set when `TraceEvent.Text` changes: https://github.com/smourier/TraceSpy/blob/537c9f3814af88de897ea8389de1ad4088c88207/WpfTraceSpy/TraceEvent.cs#L41 As you can see here, `Texts` is the traced text, split by line...
Instead I get garbage like this even though I've changed the font the fonts support the symbols
Request support for windows kernel log messages, like this.