diff --git a/RedPandaIDE/RedPandaIDE.pro b/RedPandaIDE/RedPandaIDE.pro index 6791f3719..5537b1ce9 100644 --- a/RedPandaIDE/RedPandaIDE.pro +++ b/RedPandaIDE/RedPandaIDE.pro @@ -179,7 +179,7 @@ SOURCES += \ widgets/codecompletionlistview.cpp \ widgets/codecompletionpopup.cpp \ widgets/cpudialog.cpp \ - debugger.cpp \ + debugger/debugger.cpp \ editor.cpp \ editorlist.cpp \ iconsmanager.cpp \ @@ -309,7 +309,7 @@ HEADERS += \ widgets/codecompletionlistview.h \ widgets/codecompletionpopup.h \ widgets/cpudialog.h \ - debugger.h \ + debugger/debugger.h \ editor.h \ editorlist.h \ iconsmanager.h \ diff --git a/RedPandaIDE/debugger.cpp b/RedPandaIDE/debugger/debugger.cpp similarity index 100% rename from RedPandaIDE/debugger.cpp rename to RedPandaIDE/debugger/debugger.cpp diff --git a/RedPandaIDE/debugger.h b/RedPandaIDE/debugger/debugger.h similarity index 100% rename from RedPandaIDE/debugger.h rename to RedPandaIDE/debugger/debugger.h