Commit graph

78 commits

Author SHA1 Message Date
Sour
6bc4fec18e Debugger: Improved code highlighting/indentation in source view mode 2019-11-16 12:13:34 -05:00
Sour
5f9d9069d9 Debugger: Fixed multi-label issue that caused memory values to not be shown next to the instruction 2019-01-21 22:03:07 -05:00
Sour
677a841ce3 Debugger: Added option to show the selection's length in bytes 2019-01-21 18:21:45 -05:00
Sour
1a84ef8c4f Debugger: Added support for multi-byte labels 2019-01-11 00:09:51 -05:00
Sour
8da3c85de4 Debugger: Source View - Added support for "Find occurrences" feature 2019-01-06 11:10:54 -05:00
Sour
0587c59cbb Debugger: Fixed issues with textbox when strings are padded with spaces (to find word behind mouse cursor) 2019-01-04 23:29:39 -05:00
Sour
c0f6266cbd Debugger: Prevent instruction progress indicator from scrolling horizontally 2018-12-26 13:56:02 -05:00
Sour
35192daeed Debugger: Add option to trigger breakpoints on dummy read/writes (+ distinguish between writes & dummy writes) 2018-12-23 13:12:46 -05:00
Sour
022085082b Debugger: Added option to show current instruction's progress (cycle count, exec/read/write cycle display) 2018-12-23 11:56:28 -05:00
Sour
4459b18fa3 Debugger: Added option to display why the debugger breaks (breakpoint, break options, etc.) 2018-12-23 00:10:00 -05:00
Sour
db1b689161 Cheats: Fixed crash when clicking on cheat finder tab 2018-09-02 12:19:18 -04:00
Sour
9b307e32a4 Debugger: Removed unnecessary zeroes in compact prg bank display 2018-08-28 17:59:25 -04:00
Sour
6a006056fa Debugger: Added option to always keep the active statement in the center of the viewport 2018-07-25 18:23:24 -04:00
Sour
72de385c90 Debugger: Improved scroll position retention when refreshing code window 2018-07-25 17:42:46 -04:00
Sour
abc3a8af50 Debugger: Fixed op code tooltips not being shown 2018-07-23 21:45:56 -04:00
Sour
89400f853c Debugger: Do not show tooltips for immediate values 2018-06-16 17:10:16 -04:00
Sour
f19242be45 Debugger: Fixed crash when displaying tooltip when text zoom is not set to 100% 2018-06-13 18:47:53 -04:00
Sour
718b671730 UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
Sour
091da2164c Debugger: Trace Logger - Added output format customization 2018-05-26 01:14:37 -04:00
Sour
bf2e733cc3 Debugger: Added copy/select all shortcuts to access counters 2018-03-30 19:14:08 -04:00
Sour
aaecfc6ba5 Docs: Updated documentation & screenshots 2018-03-24 16:14:52 -04:00
Sour
6769422008 Debugger: Added option to copy (or not) comments 2018-03-22 18:59:00 -04:00
Sour
acf49e4226 Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
Sour
e23e7f4639 Debugger: Added options to configure copy behavior 2018-03-06 20:34:15 -05:00
Sour
74d824c399 Debugger: Added up/down buttons to code scrollbar 2018-03-03 14:58:33 -05:00
Sour
13d4a0fc72 Debugger: Added prg address inline compact display option 2018-03-03 12:01:16 -05:00
Sour
024a0c1d3c Debugger: Allow font customization for most tools (debugger, memory viewer, assembler, trace logger, script window) 2018-03-03 10:41:59 -05:00
Sour
2b7c3b6198 Debugger: Fixed comment display on lines with .db statements 2018-02-23 08:02:00 -05:00
Sour
bb1e9775a5 Debugger: Improved breakpoint display in margin 2018-02-20 21:20:45 -05:00
Sour
ea3f8e3be8 Debugger: Option to display memory value next to address in code window 2018-02-14 21:09:43 -05:00
Sour
2c2b927e6f Debugger: Added custom scrollbar control for code window 2018-02-11 15:58:23 -05:00
Sour
3a4bab270e Debugger: Improved breakpoint management 2018-02-10 21:23:22 -05:00
Sour
150a1feb12 Debugger: Code window syntax highlighting support 2018-01-03 21:33:04 -05:00
Sour
cdaba3ffe8 Debugger: Code window display/highlighting changes + more flexibility in how to display data vs code + actions to "mark" bytes as data/code/unknown 2018-01-03 18:48:16 -05:00
Sour
c1df2c92dd Debugger: Improved scroll position for code preview 2018-01-02 13:10:24 -05:00
Sour
b1283ae48d Debugger: Show code preview in tooltip 2018-01-02 11:11:50 -05:00
Sour
f294182002 Debugger: Fixed display issue when putting breakpoint at start/end of hidden block 2018-01-01 11:11:35 -05:00
Sour
f9bb517b31 Linux: Debugger - Fixed line background color overlap with line selection rectangle 2017-12-29 11:05:43 -05:00
Souryo
c2d63f6166 Cheat Finder: Fixed crash when pressing Reset button 2017-09-12 19:38:42 -04:00
Souryo
09f6d67e3c Fixed warning 2017-08-06 16:39:26 -04:00
Souryo
0fe8ac8b48 Debugger: Improved trace logger look & performance 2017-08-06 16:23:22 -04:00
Souryo
299747e76a Debugger: Breakpoint-related improvements + small performance improvements 2017-08-03 21:30:44 -04:00
Souryo
552912f52b Linux: Fixed some debugger UI issues 2017-03-24 15:11:38 -04:00
Souryo
4a1a441740 Debugger: Click and drag selection + copy code to clipboard 2017-03-11 10:59:26 -05:00
Souryo
90788e557e Debugger: Add a "Code" menu that contains options from the code window right-click menu 2017-03-11 00:56:00 -05:00
Souryo
930b4f2641 Debugger: Several performance improvements 2017-03-09 23:50:20 -05:00
Souryo
03105846ff Debugger: Assembler improvements 2017-03-09 20:42:53 -05:00
Souryo
d4b35e1c43 Linux: (Debugger) Changed arrow symbol for active statement 2016-12-22 20:29:14 -05:00
Souryo
8c9f32419c Debugger: Options to disassemble unknown blocks and/or data 2016-12-05 23:35:07 -05:00
Souryo
fa59bbb362 Debugger: Allow display of PRG addresses/byte code on the same line 2016-12-04 14:02:22 -05:00