summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Debugger
AgeCommit message (Expand)Author
2021-04-28HackStudio: Add context option to set execution point while debuggingFalseHonesty
2021-04-27LibThread: Fix int to pointer conversionJean-Baptiste Boric
2021-04-25HackStudio: Display variable type name in expression evaluatorFalseHonesty
2021-04-25HackStudio: Implement custom JS -> C++ "proxy" objectsFalseHonesty
2021-04-25HackStudio: Add evaluate expression popup to debuggerFalseHonesty
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21HackStudio+LibDebug: Support stopping a debugged processFalseHonesty
2021-04-18HackStudio: Add ability to set hardware watchpoints on variablesFalseHonesty
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-12HackStudio: Fix debugger preview for char variablesFalseHonesty
2021-04-12LibDebug+HackStudio: Fix crashes relating to debugger variable previewFalseHonesty
2021-04-12HackStudio: Properly support Debugger's new source root conceptFalseHonesty
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling