mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Revert some changes.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include "../../widgetcommandexecuter.hpp"
|
||||
#include "busprocess.hpp"
|
||||
#include "dap/debuggerclientdap.hpp"
|
||||
#include "debuggerclientlistener.hpp"
|
||||
#include "statusdebuggercontroller.hpp"
|
||||
#include <eepp/graphics/primitives.hpp>
|
||||
#include <eepp/system/filesystem.hpp>
|
||||
|
||||
@@ -2,19 +2,13 @@
|
||||
|
||||
#include "../plugin.hpp"
|
||||
#include "../pluginmanager.hpp"
|
||||
#include "statusdebuggercontroller.hpp"
|
||||
#include "debuggerclientlistener.hpp"
|
||||
|
||||
using namespace EE::UI::Models;
|
||||
using namespace EE::UI;
|
||||
|
||||
namespace ecode {
|
||||
|
||||
class DebuggerClient;
|
||||
class DebuggerClientListener;
|
||||
namespace dap {
|
||||
class SourceBreakpointStateful;
|
||||
}
|
||||
|
||||
struct DapRunConfig {
|
||||
std::string command;
|
||||
std::vector<std::string> args;
|
||||
@@ -72,7 +66,7 @@ class DebuggerPlugin : public PluginBase {
|
||||
UIDropDownList* mUIDebuggerList{ nullptr };
|
||||
UIDropDownList* mUIDebuggerConfList{ nullptr };
|
||||
UIPushButton* mRunButton{ nullptr };
|
||||
UnorderedMap<std::string, UnorderedSet<dap::SourceBreakpointStateful>> mBreakpoints;
|
||||
UnorderedMap<std::string, UnorderedSet<SourceBreakpointStateful>> mBreakpoints;
|
||||
UnorderedSet<std::string> mPendingBreakpoints;
|
||||
Mutex mBreakpointsMutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user