Multiplayer icon indicating copy to clipboard operation
Multiplayer copied to clipboard

Normalize stack trace file locations

Open mibac138 opened this issue 2 weeks ago • 0 comments

The stack traces paths are significantly shorter, and only show the relevant path fragment. Before: /home/runner/work/Multiplayer/Multiplayer/Source/Client/Desyncs/DeferredStackTracing.cs:41 After: Multiplayer/Client/Desyncs/DeferredStackTracing.cs:41

See https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/advanced#pathmap for docs. Despite the warning, breakpoints still do work (at least for me, using Rider as an IDE).

mibac138 avatar Dec 17 '25 04:12 mibac138