Skip to content
Docs Try Aspire
Docs Try

withBrowserDebugger

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

Signature

method withBrowserDebugger builder
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
browser string optional = msedge
JavaScriptAppResource

Applies to

This method applies to the following types: