tomcw
ab5b0e2379
Debugger: update change log
2023-07-21 21:21:08 +01:00
michaelangel007
03ce472e63
Debugger: 2.9.1.26: When adding symbols list the address first then the name for readability
2023-06-06 09:35:45 -07:00
Michael "Code Poet" Pohoreski
677ba8ffb3
Debugger: 2.9.1.25 Fixed: R P ## wasn't setting P flag status register. ( #1238 )
2023-06-03 19:03:11 -07:00
Michael "Code Poet" Pohoreski
000ebab3c5
Debugger 2.9.1.24 ( #1236 )
2023-06-03 11:08:16 -07:00
Michael "Code Poet" Pohoreski
928090c756
Debugger df qol ( #1229 )
...
* Remove trailing whitespace
* Debugger 2.9.1.21 Fixed: 'df' showing zero was displaying 0 instead 0.0
* Fix debug float output
* Debugger 2.9.1.22 Fixed: 'df <addr>' was incorrectly getting marked up as 'db'
* Debugger 2.9.1.23: Show floating-point values in scientific notation.
* Cleanup formatting
* Fix debug FAC output
2023-06-03 11:04:28 -07:00
Michael "Code Poet" Pohoreski
e1b0b20aad
Debugger DISK INFO QoL ( #1212 )
...
* Bump debugger version 2.9.1.19
* Cleanup
* Debugger: Update DISK INFO to display disk info across 2 lines of text
* Debugger: Fix ConsolePrint() to wrap long lines of text
* Debugger: Update DISK INFO to show last nibble for non WOZ floppy image
* Replace optional pointer with reference in GetCurrentState()
* Add Log.h to Disk.h
* Cleanup GetCurrentState()
* Cleanup whitespace
* Add single line output for DISK INFO foundation. Still need CONFIG DISK #
* 2.9.1.21 Added: DISK INFO [#]
2023-04-28 16:28:49 +01:00
Michael "Code Poet" Pohoreski
33185f3f2b
Update BMP import from GIMP 2.10 with X8 R8 G8 B8 ( #1209 )
2023-04-10 14:33:55 -07:00
michaelangel007
db5b668eec
Debugger: Step-over #1194
2023-03-31 03:46:04 -07:00
Michael "Code Poet" Pohoreski
72566373ce
Debugger stop reason ( #1200 )
...
* Add global breakpoint so we can display last breakpoint triggered information
* Cleanup
* 2.9.1.15 Pretty print what register and breakpoint number when a breakpoint is triggered
* Bump debugger version 2.9.1.15
* Fix missing space between type and var
* Cleanup
* Add CHC_REGS
2023-03-26 10:54:30 -07:00
michaelangel007
730c2d8fcc
Update coding standard with style already in use
2023-03-23 08:47:38 -07:00
michaelangel007
7d566ad0b3
Debugger: 2.9.1.16
2023-03-22 20:48:49 -07:00
tomcw
0fe774dbdf
Coding Conventions:
...
. Avoid global vars & provide getter/setter accessor functions.
. Avoid C++11 empty initializer lists. (PR #634 )
2023-01-12 21:37:41 +00:00
michaelangel007
2a91824873
Debugger 2.9.1.14 Fix disassembly when in middle of data
2023-01-08 12:02:53 -08:00
tomcw
b6404e7d96
Coding Conventions: Add a space after keywords ( #1072 )
2022-04-03 18:10:52 +01:00
Kelvin Lee
eac88a340d
Fix spelling: "seperator" -> "separator" (PR #1071 )
2022-03-25 20:11:33 +00:00
tomcw
45f30a86a3
Coding Conventions: update for Platform Toolset v141_xp (C++11/14/17) and StrFormat() rule. ( #1050 )
2022-03-05 11:43:06 +00:00
michaelangel007
225b290e3e
Debugger: Update wish list
2022-01-05 15:41:18 -08:00
michaelangel007
98a4481c7d
Debugger: 2.9.1.13 Added: CD now detects .. to change to the previous directory and chops the trailing sub-directory from the current path.
2022-01-04 23:37:06 -08:00
michaelangel007
2a5e156f5e
Debugger: 2.9.1.12 Added: New commands HGR0, HGR3, HGR4, HGR5 to see pages /usr/bin/bash0, 0, 0, respectively.
2022-01-04 21:40:23 -08:00
michaelangel007
1613671c11
Debugger: Add note for 2.9.1.11
2022-01-04 11:29:18 -08:00
michaelangel007
5e70f7949c
Debugger: 2.9.1.11 Fixed: Right justify signed decimal values.
2022-01-04 11:21:42 -08:00
michaelangel007
18b4581099
Debugger: 2.9.1.8 Changed: Disassembly window now lists symbol labels and symbol target address from User2 in orange.
2022-01-04 09:28:33 -08:00
michaelangel007
ba9388d1d8
Debugger: 2.9.1.6 Added: Branch instructions now show target address
2022-01-03 22:48:12 -08:00
michaelangel007
65ab105d76
Debugger: 2.9.1.5 Added: Disassembly window now shows signed decimal values for immediate values.
2022-01-03 22:18:12 -08:00
michaelangel007
48e0fe3a8e
Debugger: 2.9.1.3 Added: DB command now optionally supports =
2022-01-03 21:11:25 -08:00
michaelangel007
0d192fba7d
Added instructions for updating CHM and installing MS Help Workshop (See #976 )
2021-08-08 06:55:00 -07:00
tomcw
fea97ab8b3
Proposed updated
2020-11-14 16:44:12 +00:00
tomcw
8811651270
CodingConventions.txt: updated for PR #866
2020-11-11 21:56:07 +00:00
tomcw
a5ebd1d4cd
compiling.txt: fixed typo
2020-09-25 17:15:33 +01:00
michaelangel007
2b9adac338
Debugger: 2.9.1.0 Bookmarks now have their own indicator
2020-05-19 08:37:15 -07:00
tomcw
d07558b610
Updated compiler.txt with F12 info; & removed old cvs/svn docs
2020-01-31 20:16:01 +00:00
michaelangel007
89eab1156c
Merge branch 'master' of https://github.com/AppleWin/AppleWin
2019-07-22 12:06:53 -07:00
Nick Westgate
f073153c64
Add Windows Universal CRT SDK to VS 2017 build instructions
...
I found I needed this to fix errors on standard headers as per:
https://stackoverflow.com/questions/42777424/visual-studio-2017-errors-on-standard-headers
2019-07-13 11:53:13 +12:00
michaelangel007
c0d442dc76
Merge branch 'master' of https://github.com/AppleWin/AppleWin
2019-04-13 10:22:42 -07:00
michaelangel007
8b09cc47af
Add misc. debugger stuff
2019-04-13 10:21:48 -07:00
Raphaël Zumer
c9553d996d
Convert files with special characters to UTF-8 (PR #604 )
...
* Convert file encoding to UTF-8
* Set character sets to UTF-8 explicitly
2019-02-07 18:08:53 +00:00
michaelangel007
279fdf523b
Debugger: Add HELP CD todo, mention cycle profiling done
2018-04-20 11:26:00 -07:00
michaelangel007
03983f8c08
Add more ideas
2018-04-20 10:56:36 -07:00
michaelangel007
0b298f3995
Moved debugger wanted features to docs/Debugger_Wishlist.txt
2018-04-20 10:49:10 -07:00
michaelangel007
10d68a3308
Debugger: 2.9.0.15: Cleanup: HELP CALC examples and See also.
2018-04-17 09:45:45 -07:00
michaelangel007
9105019e11
Fixed: Debugger 2.9.0.14: HELP JSR
2018-04-17 07:16:21 -07:00
michaelangel007
8a9ddda46a
2.9.0.13: Add profiler cycles
2018-04-15 13:35:58 -07:00
tomcw
7b6be0827d
DiskII formatter: add reference material for ProDOS formatter routine ( #125 )
2018-01-27 17:17:15 +00:00
tomcw
efa9ab8aaa
Updated Debugger_Changelog.txt for a handful of issues
2018-01-06 16:26:07 +00:00
tomcw
d59d706e5e
Merge branch 'master' into bug_479
2017-12-19 22:23:58 +00:00
tomcw
494a1e3239
VICE KB article 13-005
2017-12-18 21:47:57 +00:00
Michaelangel007
0cfc639ba5
Add MSVC 2017 Community build instructions
2017-08-26 15:38:47 -07:00
michaelangel007
e660c99979
#470 Add PVS Studio report
2017-08-25 09:40:21 -07:00
michaelangel007
975230b46d
#479 (b) Add Warning for long symbols when symbol table is loaded
2017-08-24 09:40:28 -07:00
michaelangel007
a276bef7df
2.9.0.10 Change Warning to Info for symbols that alias
2017-08-24 09:37:07 -07:00