ProxyDebugger constructor

ProxyDebugger(
  1. ProxyManager _proxyManager
)

Creates a new ProxyDebugger with the given proxyManager

Implementation

ProxyDebugger(this._proxyManager);