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
GoAppResourceApplies to
This method applies to the following types: