Ben Wiederhake
25488ddcad
Meta+DevTools: Make clang-format-10 clean
2020-09-25 21:18:17 +02:00
Itamar
e3e5e57fde
HackStudio: Move bulk of GUI logic into HackStudioWidget
...
Previously, the GUI logic of HackStudio was all stuffed into main(),
and it started getting a bit out of hand :)
2020-09-19 21:39:05 +02:00
Luke
916e5e8cb3
HackStudio: Add a registers view for the current function in debug mode
2020-08-25 09:46:06 +02:00
Luke
694b86a4bf
LibDebug: Move everything into the "Debug" namespace
2020-08-25 09:46:06 +02:00
Itamar
cb432ffe8c
HackStudio: Add icons for "step in" and "step out"
2020-08-22 09:48:59 +02:00
Itamar
f5aa0988f5
HackStudio: Move debugger actions to a toolbar in the debug widget
2020-08-22 09:48:59 +02:00
Andreas Kling
c0462c65cf
HackStudio: Move everything into the HackStudio namespace
2020-08-17 18:05:35 +02:00
FalseHonesty
75e42648e1
HackStudio: Allow changing variable values in debugger
...
This patch adds a context menu to variables in the debugger variable
tree view that has an option to set the value of a variable. An input
box will pop up asking for the new value of the variable, which
is then parsed and used to set the actual variable.
2020-05-31 10:52:25 +02:00
Itamar
2acce56ac1
HackStudio: Update variables view based on the selected backtrace frame
2020-05-09 23:41:08 +02:00
Itamar
1fb62df02a
HackStudio: Show a backtrace in the debug information tab
2020-05-09 23:41:08 +02:00
Itamar
b9f0f402f4
HackStudio: Reorganize debugger-related files
...
The debugger's files are now placed under HackStudio/Debugger
2020-05-09 23:41:08 +02:00