LeviLamina
Loading...
Searching...
No Matches
IScriptDebugger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace Core { class Path; }
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual bool connect(::std::string const&, ushort) = 0;
16
17 virtual bool listen(ushort) = 0;
18
19 virtual void stop() = 0;
20
21 virtual ::ScriptDebuggerSettings const& getSettings() const = 0;
22
23 virtual void startProfiler() = 0;
24
25 virtual ::std::vector<::Core::Path> stopProfiler() = 0;
26 // NOLINTEND
27
28public:
29 // static variables
30 // NOLINTBEGIN
31 MCNAPI static ::std::string_view const& DIAGNOSTICS_CAPTURES_FOLDER();
32
33 MCNAPI static ::std::string_view const& PROFILER_CAPTURES_FOLDER();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41};
Definition Path.h:10
Definition IScriptDebugger.h:11
static MCAPI ::std::string_view const & DIAGNOSTICS_CAPTURES_FOLDER()
static MCAPI ::std::string_view const & PROFILER_CAPTURES_FOLDER()
Definition ScriptDebuggerSettings.h:8