isDebuggableWebApp property

bool get isDebuggableWebApp

Returns true is the connected application's VM has the name dwdsChromeDebugProxyDeviceName, indicating that DWDS has an active Chrome debugger connection with support for expression evaluation, object inspection, and setting breakpoints.

If false, the connected application supports a reduced subset of the VM service protocol.

Implementation

bool get isDebuggableWebApp =>
    serviceManager!.vm!.name == dwdsChromeDebugProxyDeviceName;