1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Userland/DevTools/HackStudio/Debugger
FalseHonesty c778164f64 HackStudio: Properly support Debugger's new source root concept
HackStudio's debugger instance has its source root property updated
when switching projects, and breakpoints will properly canonicalize
their file paths as the Debugger now expects.
2021-04-12 22:43:33 +02:00
..
BacktraceModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
BacktraceModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
BreakpointCallback.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Debugger.cpp HackStudio: Properly support Debugger's new source root concept 2021-04-12 22:43:33 +02:00
Debugger.h HackStudio: Properly support Debugger's new source root concept 2021-04-12 22:43:33 +02:00
DebugInfoWidget.cpp LibGUI: Swap order of InputBox value and parent window args 2021-02-20 12:19:46 +01:00
DebugInfoWidget.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
DisassemblyModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DisassemblyModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
DisassemblyWidget.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
DisassemblyWidget.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
RegistersModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RegistersModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
VariablesModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
VariablesModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00