GoAppResource.withDelveServer
Method
interface GoAppResource { // ... omitted for brevity withDelveServer(options?: DelveServerOptions): GoAppResource;}Signature
method
withDelveServerbuilderStarts a configurable headless Delve debug server so that DAP-compatible clients can attach remotely. The application is launched with `dlv debug` instead of `go run`. Delve must be available on the PATH.
withDelveServer(options?: DelveServerOptions): GoAppResourceParameters
optionsDelveServerOptionsoptionalReturns
GoAppResourceDefined on
This method is defined on the following type: