This commit is contained in:
Nav
2022-03-19 15:17:07 +00:00
parent e65f89caf1
commit ab1a379efa
3 changed files with 9 additions and 7 deletions

View File

@@ -53,6 +53,10 @@ namespace Bloom::DebugServers
EventManager& eventManager;
EventListenerPointer eventListener = std::make_shared<EventListener>("DebugServerEventListener");
ProjectConfig projectConfig;
EnvironmentConfig environmentConfig;
DebugServerConfig debugServerConfig;
TargetControllerConsole targetControllerConsole = TargetControllerConsole(
this->eventManager,
*(this->eventListener)
@@ -63,10 +67,6 @@ namespace Bloom::DebugServers
*/
std::shared_ptr<EventNotifier> interruptEventNotifier = nullptr;
ProjectConfig projectConfig;
EnvironmentConfig environmentConfig;
DebugServerConfig debugServerConfig;
Targets::TargetDescriptor targetDescriptor;
/**