ladybird/DevTools/HackStudio/Debugger
Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional
Get rid of the weird old signature:

- int StringType::to_int(bool& ok) const

And replace it with sensible new signature:

- Optional<int> StringType::to_int() const
2020-06-12 21:28:55 +02:00
..
BacktraceModel.cpp HackStudio: Don't crash when navigating backtrace with up/down keys 2020-05-12 15:09:54 +02:00
BacktraceModel.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
BreakpointCallback.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Debugger.cpp
Debugger.h Meta: Add script to enforce license headers & run it on Travis 2020-05-09 23:55:58 +02:00
DebugInfoWidget.cpp HackStudio: Support debugging variables with Enum types 2020-06-03 08:12:50 +02:00
DebugInfoWidget.h HackStudio: Allow changing variable values in debugger 2020-05-31 10:52:25 +02:00
VariablesModel.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
VariablesModel.h HackStudio: Allow changing variable values in debugger 2020-05-31 10:52:25 +02:00