mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
We now have a Debug Information tab, which displays the variables in the current scope in a tree view.
25 lines
487 B
Makefile
25 lines
487 B
Makefile
OBJS = \
|
|
Project.o \
|
|
ProjectFile.o \
|
|
TerminalWrapper.o \
|
|
FindInFilesWidget.o \
|
|
ProcessStateWidget.o \
|
|
FormEditorWidget.o \
|
|
FormWidget.o \
|
|
DebugInfoWidget.o \
|
|
Editor.o \
|
|
EditorWrapper.o \
|
|
Locator.o \
|
|
Tool.o \
|
|
CursorTool.o \
|
|
WidgetTool.o \
|
|
WidgetTreeModel.o \
|
|
Debugger.o \
|
|
main.o
|
|
|
|
PROGRAM = HackStudio
|
|
|
|
LIB_DEPS = GUI Web TextCodec VT Protocol Markdown Gfx IPC Thread Pthread Core JS Debug
|
|
|
|
include ../../Makefile.common
|