debugserver: Explicit shutdown
Created by: efritz
Moving the debugserver into a background goroutine with a no-op stop meant that the start method never unblocked. This uses the httpserver package to enable graceful shutdown.
Created by: efritz
Moving the debugserver into a background goroutine with a no-op stop meant that the start method never unblocked. This uses the httpserver package to enable graceful shutdown.