pcsx2/pcsx2-qt/Debugger
Dan McCarthy f00f0cc846 Debugger: Fixes crash on debugger open when cpu not alive
The debugger was crashing on open if no game was running due to failing to read from the CPU while the cpu was not alive.

The opcode was read before checking if it should be shown, so I have moved it to only read if the showOpcode boolean is true, and set it to not show opcodes of the cpu is not alive.
2024-02-23 11:36:41 +00:00
..
Models Debugger: Adds loading breakpoints/saved addresses from settings 2024-01-24 20:06:20 +10:00
BreakpointDialog.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
BreakpointDialog.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
BreakpointDialog.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
CpuWidget.cpp Debugger: Migrates Memory Search tab to it's own widget 2024-02-21 00:25:40 +00:00
CpuWidget.h Debugger: Migrates Memory Search tab to it's own widget 2024-02-21 00:25:40 +00:00
CpuWidget.ui Debugger: Migrates Memory Search tab to it's own widget 2024-02-21 00:25:40 +00:00
DebuggerSettingsManager.cpp Qt: Fix more compiler warnings. 2024-01-27 13:30:45 +10:00
DebuggerSettingsManager.h Debugger: Adds loading breakpoints/saved addresses from settings 2024-01-24 20:06:20 +10:00
DebuggerWindow.cpp Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
DebuggerWindow.h Misc: Remove explicit PCH include, switch to SPDX 2023-12-24 14:03:14 +10:00
DebuggerWindow.ui Qt/BPM: Minor icon tweaks 2024-01-31 14:45:03 +00:00
DisassemblyWidget.cpp Debugger: Fixes crash on debugger open when cpu not alive 2024-02-23 11:36:41 +00:00
DisassemblyWidget.h DisassemblyWidget: Allow showing opcodes & some key bind modification 2024-02-23 01:28:44 +00:00
DisassemblyWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
MemorySearchWidget.cpp Debugger: Migrates Memory Search tab to it's own widget 2024-02-21 00:25:40 +00:00
MemorySearchWidget.h Debugger: Migrates Memory Search tab to it's own widget 2024-02-21 00:25:40 +00:00
MemorySearchWidget.ui Debugger: Migrates Memory Search tab to it's own widget 2024-02-21 00:25:40 +00:00
MemoryViewWidget.cpp Debugger: Create check for successful QString conversion in MemoryViewerWidget.cpp 2024-02-06 22:02:01 +00:00
MemoryViewWidget.h Debugger: Add Saved Addresses tab widget for bookmarking mem addresses 2024-01-06 13:17:39 +10:00
MemoryViewWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00
RegisterWidget.cpp Debugger: Adds editing register values via double click 2024-01-31 14:46:28 +00:00
RegisterWidget.h Debugger: Adds editing register values via double click 2024-01-31 14:46:28 +00:00
RegisterWidget.ui Debugger: Initial debugger implementation 2022-12-24 07:21:49 +00:00