Implement debugger for packaging scripts

This commit is contained in:
Pat Hartl 2025-12-10 21:46:46 -06:00
parent 17fa802c19
commit ce183c8eb9
4 changed files with 80 additions and 30 deletions

View file

@ -239,6 +239,11 @@ namespace LANCommander.SDK.PowerShell
}
finally
{
await DebugAsync(async dbg =>
{
await dbg.EndAsync(DebugContext);
});
Context.Dispose();
}
}