1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:37:35 +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/Function.h>
#include <AK/Vector.h>
#include <LibGUI/Widget.h>