Andreas Kling
c0462c65cf
HackStudio: Move everything into the HackStudio namespace
2020-08-17 18:05:35 +02:00
Andreas Kling
a1e381a0f8
LibGUI: Move GUI::Model::Role to GUI::ModelRole
...
This is preparation for using ModelRole in the ModelIndex API.
2020-08-16 16:44:09 +02:00
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
Andreas Kling
18ff75e67b
HackStudio: Don't crash when navigating backtrace with up/down keys
...
It's up to BacktraceModel::index() to validate its inputs.
2020-05-12 15:09:54 +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