1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-28 01:29:37 +00:00
erc-c/src
Peter Evans 6e77e99813 Add ability to debug separate from pausing
Also, pausing just pauses now; no debugger prompt is shown. ALT+P
toggles pausing, so just hit it again to unpause. Also, when things are
paused, you can perform other keyboard events (like quitting).
2018-04-07 11:14:12 -05:00
..
apple2 Add ability to debug separate from pausing 2018-04-07 11:14:12 -05:00
mos6502 Move vm_debug fully into apple2 2018-04-07 00:53:17 -05:00
log.c Refactor a bit for easier testing; add log_stream() 2018-01-07 15:05:20 -06:00
main.c Move reflect to event 2018-04-07 00:33:40 -05:00
objstore.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00
option.c Remove option flags; remove unnecessary --flash option 2018-03-21 15:26:58 -05:00
vm_area.c Use uint32_t for all fields 2018-03-12 00:33:08 -05:00
vm_bitfont.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00
vm_di.c Allow mutability if in testing 2018-02-06 23:37:20 -06:00
vm_event.c Add ability to debug separate from pausing 2018-04-07 11:14:12 -05:00
vm_screen.c Avoid polling for events until we're ready for a frame redraw 2018-04-06 11:47:54 -05:00
vm_segment.c Use log_crit() instead of log_critical() 2018-03-29 21:45:25 -05:00