Skip to content
DocsTry Aspire
DocsTry

JavaScriptAppResource.withBrowserDebugger

Method
📦 Aspire.Hosting.JavaScript v13.4.0
interface JavaScriptAppResource {
// ... omitted for brevity
withBrowserDebugger(browser?: string): JavaScriptAppResource;
}

Signature

methodwithBrowserDebuggerbuilder
Configures a browser debugger for the JavaScript application resource, enabling browser-based debugging through a child resource that launches when the parent application is ready.
withBrowserDebugger(browser?: string): JavaScriptAppResource
browserstringoptional= msedge
JavaScriptAppResource

Defined on

This method is defined on the following type: