Gopher2600/debugger
JetSetIlly 17590d7f26 added SetEmulationMode() to coprocessor.CartCoProcBus interface
elf disables streaming state when in debugger mode
2025-03-01 20:24:51 +00:00
..
dbgmem simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
govern simplified how gui implements and handles notifications 2024-04-12 18:20:29 +01:00
script removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
terminal Merge branch 'future_REBASE_LIKELY' into release_0.40.0 2025-01-13 19:48:58 +00:00
commandline_options.go added CARTRIDGE SETBANK command 2024-09-07 17:47:21 +01:00
commands.go fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
commands_help.go added CHANGED option to WATCH command 2024-12-29 08:25:05 +00:00
commands_template.go added FRAME option to TV command 2025-02-23 15:20:50 +00:00
debugger.go added SetEmulationMode() to coprocessor.CartCoProcBus interface 2025-03-01 20:24:51 +00:00
debugger_test.go moved recent ROM preference handling to sdlimgui 2024-12-20 14:05:32 +00:00
deeppoke.go simplified calls to logger package 2024-11-23 14:56:36 +00:00
doc.go updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
eventhandler.go cartridge will reload when HUP signal is received 2024-01-28 10:41:08 +00:00
halt.go television halt conditions apply in debugger mode 2024-12-14 09:09:58 +00:00
halt_breakpoints.go simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
halt_breakpoints_test.go added && as an alternative to & for BREAK command 2024-07-16 16:10:00 +01:00
halt_targets.go simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
halt_traps.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
halt_traps_test.go break/trap targets are now aware of CPU instruction boundaries 2021-10-07 15:40:34 +01:00
halt_watches.go added CHANGED option to WATCH command 2024-12-29 08:25:05 +00:00
halt_watches_test.go CLK breakpoints/targets will prevent debugger entering playmode 2021-11-11 10:00:26 +00:00
loop_catchup.go simplified how gui implements and handles notifications 2024-04-12 18:20:29 +01:00
loop_debugger.go simplified calls to logger package 2024-11-23 14:56:36 +00:00
loop_playmode.go moved recent ROM preference handling to sdlimgui 2024-12-20 14:05:32 +00:00
print.go removed old nolint directives 2024-11-23 14:56:37 +00:00
prompt.go improved coproc yield information in terminal prompt 2024-03-01 20:24:23 +00:00
push.go simplified calls to logger package 2024-11-23 14:56:36 +00:00
rewind.go fixed bug caused by mouse wheel event reporting an amount of zero 2024-08-11 18:58:44 +01:00
traces.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
userinput.go rewinding by mouse wheel works in debugger 2024-04-12 21:01:59 +01:00