index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
HackStudio
/
Debugger
Age
Commit message (
Expand
)
Author
2021-04-28
HackStudio: Add context option to set execution point while debugging
FalseHonesty
2021-04-27
LibThread: Fix int to pointer conversion
Jean-Baptiste Boric
2021-04-25
HackStudio: Display variable type name in expression evaluator
FalseHonesty
2021-04-25
HackStudio: Implement custom JS -> C++ "proxy" objects
FalseHonesty
2021-04-25
HackStudio: Add evaluate expression popup to debugger
FalseHonesty
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
HackStudio+LibDebug: Support stopping a debugged process
FalseHonesty
2021-04-18
HackStudio: Add ability to set hardware watchpoints on variables
FalseHonesty
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-12
HackStudio: Fix debugger preview for char variables
FalseHonesty
2021-04-12
LibDebug+HackStudio: Fix crashes relating to debugger variable preview
FalseHonesty
2021-04-12
HackStudio: Properly support Debugger's new source root concept
FalseHonesty
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling