This interface defines virtual methods for each of the user-facing overload sets in Controller2Client. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type Controller2Client.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The `Controller2Connection` object is the interface for the `Controller2Client` within version 2.11.0 of the debugger."],["This interface provides virtual methods for each user-facing overload set within `Controller2Client`, enabling custom behavior injection for testing purposes."],["A concrete instance of this interface can be created using `MakeController2Connection()`."],["For mocking purposes, users can utilize `debugger_v2_mocks::MockController2Connection`."],["The interface includes virtual methods such as `options()`, `RegisterDebuggee()`, `ListActiveBreakpoints()`, and `UpdateActiveBreakpoint()`."]]],[]]