Commit graph

741 commits

Author SHA1 Message Date
Zachery Delafosse
7b0df9c8d6 Fix typo in stepOut() help 2021-11-13 12:28:04 -06:00
Zachery Delafosse
7411f2e878 Add emu.stepOver() and emu.stepOut() to lua api environment 2021-11-13 12:21:49 -06:00
Zachery Delafosse
c0def0b4cb Debugger: Script Window: Added whilePaused event 2021-10-26 13:15:08 -05:00
Zachery Delafosse
c5d65fadd9 Debugger: Script Window - Include existing emu.stop() in code completion 2021-10-26 00:17:57 -05:00
mkwong98
dd7d58732a
Merge pull request #13 from NovaSquirrel/master
Perkka2's updates
2021-08-07 00:04:21 +08:00
Perkka2
000bfb1a71 Renamed EPSG to EPSM, changed NSF header bit for EPSM from 6 to 7 2021-07-30 14:21:56 +02:00
mkwong98
739d1ba041 Add debugger option to break on unlogged code 2021-07-14 23:04:42 +08:00
mkwong98
4e07e8481c Change Sprite Viewer to show Y as OAM byte 0 +1 2021-07-14 12:11:41 +08:00
Dwedit
b200db5d68 There is a new Comment editor accessible by pressing ; in the debugger. Allows you to quickly set single line comments.
Add Comment Editor Form, Icon, Menu item, Shortcut Key
Fix Debugger shortcut key display for punctuation keys
Restore cursor on disassembly window after using Label editor
Restore cursor on disassembly window after using Comment editor
Allow label editor to focus the Comment field on spawn instead of the label
2021-04-13 03:20:54 -04:00
lapinozz
5d00c055e6 Added EPSG audio to both suncore and MMC3 2021-01-28 18:18:34 +01:00
mkwong98
4081170646 Revert unneeded formating changes 2021-01-14 18:41:06 +08:00
mkwong98
13b666c835
Merge pull request #3 from NovaSquirrel/master
Merge from NovaSquirrel
2021-01-14 18:33:49 +08:00
mkwong98
c56edc9f92 Fix Sprite Viewer Copy Tile function only give the first half if it is a large sprites 2021-01-13 00:42:07 +08:00
Yaroslav Veremenko
d8817db785 Debugger: Added option to reload ROM on Power Cycle 2020-11-15 11:08:42 -07:00
Sour
cb75f7fbe1 Debugger: Refactoring - Removed unnecessary option on GetWorkspace 2020-05-19 23:09:03 -04:00
Sour
0b6d1cba11 Debugger: Fixed breakpoints/etc being lost when reloading rom 2020-05-19 23:05:58 -04:00
Sour
3638474c99 Debugger: Fixed debugger refresh bug when memory tools were opened 2020-05-07 23:06:40 -04:00
Sour
bfc9e782a5 Debugger: Event Viewer - Fixed missing dots for $2007 reads 2020-05-07 19:45:47 -04:00
Sour
e963310112 Debugger: Rework label/breakpoint updates when resetting/loading a rom 2020-05-06 18:43:27 -04:00
Sour
527db70316 Debugger: Lua - Add option to auto-restart scripts after power cycling or reloading the rom 2020-05-03 14:57:24 -04:00
Sour
8d5399a692 Debugger: Sprite Viewer - Add option to load data from a CPU page instead of directly from OAM 2020-04-30 22:26:51 -04:00
Sour
069a98c50d Debugger: Event Viewer - Added options to display apu/control register reads/writes 2020-04-24 18:17:03 -04:00
Sour
69de585d39 Debugger: Event Viewer - Fixed options not working after cancelling out of another configuration dialog 2020-04-24 17:26:03 -04:00
Sour
642f92a514 Debugger: Memory Viewer - Make labelled bytes lighter except the label's first byte 2020-04-21 21:37:42 -04:00
Sour
f5c7bf4358 Debugger: Memory Tools - Fixed edit label action changing the start address on multi-byte labels 2020-04-21 21:23:10 -04:00
Sour
241b09964b Debugger: Fixed background color being incorrect in HD pack copy function 2020-04-19 16:52:19 -04:00
Sour
bafd73f186 Debugger: Added aliases for each CPU flag in expressions 2020-04-18 18:17:46 -04:00
Sour
1ff7ed7b8c Debugger: Ability to define assert statements in comments 2020-04-18 17:55:35 -04:00
Sour
e9262c5333 UI: DPI-related fixes/improvements 2020-04-13 11:21:34 -04:00
Sour
48c2752d3b Debugger: Script Window - Fixed bug that caused a saved script on the disk to be overwritten with another script 2020-04-03 19:00:41 -04:00
Sour
44b7190ad4 Debugger: Disable break on bus conflicts option when the current board does not have bus conflicts 2020-02-23 13:00:39 -05:00
Sour
1ebd943f3a Debugger: Rewrite profiler and memory counters
Improves performance when debugger enabled (10-15%), simplifies code and improves memory counters UI
2020-02-15 10:18:07 -05:00
Sour
a48e52933b Debugger: Fixed UI crash in watch when typing an hex address without the hex prefix 2020-02-14 16:33:06 -05:00
Sour
effd016dc7 Debugger: Assembler - Fixed minor issue with opcode $FF 2020-02-13 00:05:12 -05:00
Sour
19b93dc343 Debugger: Auto-refresh disassembly when debugger gains focus
This allows edits done in the hex editor to be shown right away in the debugger
+ Also fixed a potential issue with code in save ram not being disassembled properly after the code is updated by additional writes
2020-02-01 10:10:57 -05:00
Sour
91a28c1340 Debugger: Event Viewer - Tweak layout to reduce chances of cutoff letters on Linux 2020-01-24 22:46:10 -05:00
Sour
d44da4f9b6 Debugger: Event Viewer - Fixed rare crash when opening window (esp. on Linux) 2020-01-24 22:37:34 -05:00
Sour
9351397e83 Debugger: Event Viewer - Fixed tooltips sometimes not being shown at the correct position 2020-01-18 14:51:52 -05:00
Sour
cea50b8a60 Debugger: Lua - Load labels when opening up the Lua window
Otherwise getLabelAddress doesn't work as expected
2020-01-12 16:28:58 -05:00
Sour
4906b12e2f Debugger: Lua - Fixed incorrect path for getScriptDataFolder for built-in scripts 2019-12-25 16:15:07 -05:00
Sour
9be0da4ea6 Debugger: Added go to shortcuts for FDS games 2019-12-24 18:59:32 -05:00
Sour
1d03eb7859 Debugger: Hex Editor - Give keyboard focus to the hex editor when form is opened 2019-12-23 16:49:54 -05:00
Sour
515fd45aa9 Debugger: Event Viewer - Fix filter options not working after closing another configuration window 2019-12-23 14:19:21 -05:00
Sour
5e61901f2e Debugger: Fixed crash with CA65 .dbg integration 2019-12-20 11:28:14 -05:00
Sour
ec3dc5d327 Debugger: Script Window - Fixed errors/typos in help tooltips 2019-12-18 21:34:25 -05:00
Sour
8fd774b038 Debugger: Added "break on bus conflict" option 2019-12-12 21:03:32 -05:00
Sour
bc32701d8e Debugger: Fixed CHR mapping display bug 2019-12-06 20:29:58 -05:00
Sour
eacd07d010 Debugger: Create auto-labels on addresses that contain only a comment + create auto-labels for functions 2019-11-24 10:24:36 -05:00
Sour
38b50f016f Study Box: Fixed incorrect mappings and fixed the display for 4400-4FFF in the debugger window
(+ fixed some debug warnings)
2019-11-23 21:40:13 -05:00
Sour
c83e0104b3 Debugger: Fixed comments being duplicated on every power cycle 2019-11-23 19:33:19 -05:00