Skip to content
Docs Try Aspire

NodeAppResource.withScriptDebugging

Method
📦 Aspire.Hosting.JavaScript v13.2.0-preview.1.26159.1
interface NodeAppResource {
// ... omitted for brevity
withScriptDebugging(scriptPath: string): NodeAppResource;
}

Signature

method withScriptDebugging builder
Enables debugging support for a Node.js application with an explicit script path
withScriptDebugging(scriptPath: string): NodeAppResource
scriptPath string
NodeAppResource

Defined on

This method is defined on the following type: