Implement debugger for packaging scripts
This commit is contained in:
parent
17fa802c19
commit
ce183c8eb9
4 changed files with 80 additions and 30 deletions
|
|
@ -239,6 +239,11 @@ namespace LANCommander.SDK.PowerShell
|
|||
}
|
||||
finally
|
||||
{
|
||||
await DebugAsync(async dbg =>
|
||||
{
|
||||
await dbg.EndAsync(DebugContext);
|
||||
});
|
||||
|
||||
Context.Dispose();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue