1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00

HackStudio: Reorganize debugger-related files

The debugger's files are now placed under HackStudio/Debugger
This commit is contained in:
Itamar 2020-05-08 13:32:55 +03:00 committed by Andreas Kling
parent ce36071447
commit b9f0f402f4
11 changed files with 127 additions and 62 deletions

View file

@ -26,7 +26,7 @@
#pragma once
#include "BreakpointCallback.h"
#include "Debugger/BreakpointCallback.h"
#include <AK/Optional.h>
#include <LibGUI/TextEditor.h>
#include <LibWeb/Forward.h>