package
0.35.3
Repository: https://github.com/jetsetilly/gopher2600.git
Documentation: pkg.go.dev

# Packages

Package dbgmem sits between the debugger and the acutal VCS memory.
Package govern defines the types that define the current condition of the emulation.
Package script allows the debugger to record and replay debugging scripts.
Package terminal defines the operations required for command-line interaction with the debugger.

# Functions

NewDebugger creates and initialises everything required for a new debugging session.

# Structs

CommandLineOptions holds all the values that can be specified on the command line when launching the application.
Debugger is the basic debugging frontend for the emulation.
No description provided by the author

# Interfaces

CheckBreakpoints is a minimal interface to Breakpoints.

# Type aliases

CreateUserInterface is used to initialise the user interface used by the emulation.