This interface defines virtual methods for each of the user-facing overload sets in Debugger2Client. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type Debugger2Client.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `Debugger2Connection` object is the interface defining virtual methods for user-facing overload sets in `Debugger2Client`, enabling custom behavior injection during testing."],["The latest version of `Debugger2Connection` is version 2.12.0-rc, with version 2.11.0 also documented."],["A concrete instance of `Debugger2Connection` can be created using `MakeDebugger2Connection()`."],["Mocking for `Debugger2Connection` is available via `debugger_v2_mocks::MockDebugger2Connection`."],["`Debugger2Connection` includes virtual methods for operations like `SetBreakpoint`, `GetBreakpoint`, `DeleteBreakpoint`, `ListBreakpoints`, and `ListDebuggees`."]]],[]]