diff options
author | Itamar <itamar8910@gmail.com> | 2020-05-04 12:23:30 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-05 11:01:36 +0200 |
commit | 3dd0f755d05c807649eb86bd8e0472ce77661b41 (patch) | |
tree | 6efdcdc058c5daa62d3451076db5796c229d673f /DevTools/HackStudio/Makefile | |
parent | 09ac22b37fb37b3729b1a498b2c43aafdffaf84e (diff) | |
download | serenity-3dd0f755d05c807649eb86bd8e0472ce77661b41.zip |
HackStudio: Show local variables in the debugger
We now have a Debug Information tab, which displays the variables in
the current scope in a tree view.
Diffstat (limited to 'DevTools/HackStudio/Makefile')
-rw-r--r-- | DevTools/HackStudio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DevTools/HackStudio/Makefile b/DevTools/HackStudio/Makefile index 5ae18fde67..3b3f2f1955 100644 --- a/DevTools/HackStudio/Makefile +++ b/DevTools/HackStudio/Makefile @@ -6,6 +6,7 @@ OBJS = \ ProcessStateWidget.o \ FormEditorWidget.o \ FormWidget.o \ + DebugInfoWidget.o \ Editor.o \ EditorWrapper.o \ Locator.o \ |