xamarin-macios/tools/create-dotnet-linker-launch...
Rolf Bjarne Kvinge 464cf6986e
[tools] Add helper tool to create launch.json for dotnet-linker. (#18294)
This tool takes a binlog as input, and creates a launch.json for dotnet-linker
that will execute the linker as was done in the binlog.

This is very useful for debugging custom linker steps, since they can be
debugged in VSCode now.
2023-05-19 07:45:21 +02:00
..
Program.cs [tools] Add helper tool to create launch.json for dotnet-linker. (#18294) 2023-05-19 07:45:21 +02:00
README.md [tools] Add helper tool to create launch.json for dotnet-linker. (#18294) 2023-05-19 07:45:21 +02:00
create-dotnet-linker-launch-json.csproj [tools] Add helper tool to create launch.json for dotnet-linker. (#18294) 2023-05-19 07:45:21 +02:00
create-dotnet-linker-launch-json.sln [tools] Add helper tool to create launch.json for dotnet-linker. (#18294) 2023-05-19 07:45:21 +02:00

README.md

This tool takes a binlog that executes dotnet-linker, and creates a launch.json file for the dotnet-linker directory so that the steps can be debugged in VSCode.