Flutter Engine
Loading...
Searching...
No Matches
debugger_detection.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_TESTING_DEBUGGER_DETECTION_H_
6
#define FLUTTER_TESTING_DEBUGGER_DETECTION_H_
7
8
#include "
flutter/fml/macros.h
"
9
10
namespace
flutter::testing
{
11
12
enum class
DebuggerStatus
{
13
kDontKnow
,
14
kAttached
,
15
};
16
17
DebuggerStatus
GetDebuggerStatus
();
18
19
}
// namespace flutter::testing
20
21
#endif
// FLUTTER_TESTING_DEBUGGER_DETECTION_H_
macros.h
flutter::testing
Definition
native_assets_unittests.cc:10
flutter::testing::DebuggerStatus
DebuggerStatus
Definition
debugger_detection.h:12
flutter::testing::DebuggerStatus::kDontKnow
@ kDontKnow
flutter::testing::DebuggerStatus::kAttached
@ kAttached
flutter::testing::GetDebuggerStatus
DebuggerStatus GetDebuggerStatus()
Definition
debugger_detection.cc:24
testing
debugger_detection.h
Generated on Thu Nov 6 2025 16:11:29 for Flutter Engine by
1.9.8