| 89 | } |
| 90 | |
| 91 | bool Configuration::GetAttachDebugger() const |
| 92 | { |
| 93 | return Configuration::AttachDebugger; |
| 94 | } |
| 95 | |
| 96 | void Configuration::SetAttachDebugger(bool val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 97 | { |
nothing calls this directly
no outgoing calls
no test coverage detected