.. |
Controls
|
Debugger: Added screen preview in sprite viewer
|
2016-12-02 21:01:57 -05:00 |
Breakpoint.cs
|
Breakpoints - GUI improvements
|
2016-01-10 00:33:33 -05:00 |
BreakpointManager.cs
|
Breakpoints - GUI improvements
|
2016-01-10 00:33:33 -05:00 |
DbgImporter.cs
|
Debugger: Added option to automatically load DBG files when they are next to the rom file (same name, dbg extension)
|
2016-12-01 21:43:32 -05:00 |
frmBreakIn.cs
|
Debugger: Added "Break in..." (cpu instructions/ppu cycles) window
|
2016-11-28 20:57:53 -05:00 |
frmBreakIn.Designer.cs
|
Debugger: Added "Break in..." (cpu instructions/ppu cycles) window
|
2016-11-28 20:57:53 -05:00 |
frmBreakIn.resx
|
Debugger: Added "Break in..." (cpu instructions/ppu cycles) window
|
2016-11-28 20:57:53 -05:00 |
frmBreakpoint.cs
|
Debugger: Allow code labels to be used in watch/breakpoint expressions
|
2016-11-22 18:28:59 -05:00 |
frmBreakpoint.Designer.cs
|
UI: Changed all icons (to public domain ones) + redrew Mesen icon in blue. Hid/disabled some UI elements for things that are not implemented yet.
|
2016-02-11 18:34:55 -05:00 |
frmBreakpoint.resx
|
Debugger breakpoint improvements (Conditional breaks, vram breaks, absolute address breaks, etc.)
|
2016-01-09 13:15:43 -05:00 |
frmCodeTooltip.cs
|
Debugger: Display byte & word values in tooltip
|
2016-11-27 20:59:33 -05:00 |
frmCodeTooltip.Designer.cs
|
Debugger: Better tooltip for mouseover on labels/addresses
|
2016-11-24 19:47:59 -05:00 |
frmCodeTooltip.resx
|
Debugger: Better tooltip for mouseover on labels/addresses
|
2016-11-24 19:47:59 -05:00 |
frmDebugger.cs
|
Debugger: Added option to automatically load DBG files when they are next to the rom file (same name, dbg extension)
|
2016-12-01 21:43:32 -05:00 |
frmDebugger.Designer.cs
|
Debugger: Added option to automatically load DBG files when they are next to the rom file (same name, dbg extension)
|
2016-12-01 21:43:32 -05:00 |
frmDebugger.resx
|
Debugger: Minor tweaks to main window
|
2016-09-05 16:48:20 -04:00 |
frmEditLabel.cs
|
Debugger: Allow import of LD65's DBG files into the workspace as labels/comments (incomplete, but works)
|
2016-11-25 21:05:07 -05:00 |
frmEditLabel.Designer.cs
|
Debugger: Fixed code scroll issues when changing font size
|
2016-11-24 17:35:59 -05:00 |
frmEditLabel.resx
|
Debugger: Ability to add labels/symbols & comments to code (work in progress)
|
2016-11-21 22:34:47 -05:00 |
frmFindOccurrences.cs
|
Debugger: Find All Occurrences search
|
2016-12-01 20:45:13 -05:00 |
frmFindOccurrences.Designer.cs
|
Debugger: Find All Occurrences search
|
2016-12-01 20:45:13 -05:00 |
frmFindOccurrences.resx
|
Debugger: Find All Occurrences search
|
2016-12-01 20:45:13 -05:00 |
frmGoToLine.cs
|
Debugger: Auto-focus on textbox for go to address form (+ same for add/edit cheat form)
|
2016-11-14 21:00:50 -05:00 |
frmGoToLine.Designer.cs
|
Debugger - Added Go To Address feature
|
2015-08-02 22:19:12 -04:00 |
frmGoToLine.resx
|
Debugger - Added Go To Address feature
|
2015-08-02 22:19:12 -04:00 |
frmMemoryViewer.cs
|
Debugger: Memory access counters (read/write/exec/uninitialized read)
|
2016-12-01 19:38:48 -05:00 |
frmMemoryViewer.Designer.cs
|
Debugger: Memory access counters (read/write/exec/uninitialized read)
|
2016-12-01 19:38:48 -05:00 |
frmMemoryViewer.resx
|
Debugger: Memory access counters (read/write/exec/uninitialized read)
|
2016-12-01 19:38:48 -05:00 |
frmPpuViewer.cs
|
Debugger: Option to display PPU scroll in nametable viewer
|
2016-12-02 18:10:37 -05:00 |
frmPpuViewer.Designer.cs
|
Debugger: Option to display PPU scroll in nametable viewer
|
2016-12-02 18:10:37 -05:00 |
frmPpuViewer.resx
|
UI: Fixed tab order (generic code) + Small fixes to some windows
|
2016-02-07 14:42:07 -05:00 |
frmTraceLogger.cs
|
Debugger: Added option to view the result of the addressing logic for indirect/absolute addressing modes
|
2016-11-19 19:21:28 -05:00 |
frmTraceLogger.Designer.cs
|
Debugger: Added option to view the result of the addressing logic for indirect/absolute addressing modes
|
2016-11-19 19:21:28 -05:00 |
frmTraceLogger.resx
|
UI: Fixed tab order (generic code) + Small fixes to some windows
|
2016-02-07 14:42:07 -05:00 |
LabelManager.cs
|
Debugger: Improved default workspace w/ wiki info
|
2016-11-27 10:57:01 -05:00 |
TextboxHistory.cs
|
Debugger: Added back/forward navigation
|
2016-11-27 12:14:32 -05:00 |