Add devtunnel connection for debugger jobs (#4317)

This commit is contained in:
Francesco Renzi
2026-04-07 12:51:33 +00:00
committed by GitHub
parent df507886cb
commit 7711dc53e2
11 changed files with 511 additions and 264 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ namespace GitHub.Runner.Worker
_tempDirectoryManager.InitializeTempDirectory(jobContext);
// Setup the debugger
if (jobContext.Global.EnableDebugger)
if (jobContext.Global.Debugger?.Enabled == true)
{
Trace.Info("Debugger enabled for this job run");