1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/DevTools/HackStudio/Debugger
Itamar 7eac9fe10e HackStudio: Support debugging library code
We can now step into library code in the debugger.

Since we now need the whole source code of our libraries
(and not just the headers), we clone the whole serenity git repo into
/usr/share/serenity.
2020-08-15 15:06:35 +02:00
..
BacktraceModel.cpp HackStudio: Support debugging library code 2020-08-15 15:06:35 +02:00
BacktraceModel.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
BreakpointCallback.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Debugger.cpp HackStudio: Change singlestepping logic in the debugger 2020-08-15 15:06:35 +02:00
Debugger.h HackStudio: Change singlestepping logic in the debugger 2020-08-15 15:06:35 +02:00
DebugInfoWidget.cpp HackStudio: Support debugging library code 2020-08-15 15:06:35 +02:00
DebugInfoWidget.h HackStudio: Allow changing variable values in debugger 2020-05-31 10:52:25 +02:00
VariablesModel.cpp HackStudio: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
VariablesModel.h HackStudio: Allow changing variable values in debugger 2020-05-31 10:52:25 +02:00