Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Digital Archaeology » Computer Arcana » Apple » Apple II Emulation » Screen capture debugger data page
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Screen capture debugger data page [message #410456] Sat, 07 August 2021 21:09 Go to next message
Willi Kusche is currently offline  Willi Kusche
Messages: 152
Registered: October 2012
Karma: 0
Senior Member
Hi!

Possible? How?

Willi
Re: Screen capture debugger data page [message #410458 is a reply to message #410456] Sun, 08 August 2021 00:56 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: fadden

On Saturday, August 7, 2021 at 6:09:48 PM UTC-7, A2CPM wrote:
> Hi!
>
> Possible? How?
>
> Willi

Maybe!

What?
Re: Screen capture debugger data page [message #410459 is a reply to message #410458] Sun, 08 August 2021 01:51 Go to previous messageGo to next message
Willi Kusche is currently offline  Willi Kusche
Messages: 152
Registered: October 2012
Karma: 0
Senior Member
Hi!

On Sunday, August 8, 2021 at 12:56:27 AM UTC-4, fadden wrote:
> Maybe!
>
> What?

Oh, well. It seems that, even if I had a '.BMP.' file from a capture of a debugger screen, I wouldn't be able to convert it to a '.TXT' file. Just tried converting a couple of test '.BMP' files using browser conversion sites. No joy...

Willi
Re: Screen capture debugger data page [message #410464 is a reply to message #410456] Sun, 08 August 2021 09:08 Go to previous messageGo to next message
Michael AppleWin Debu is currently offline  Michael AppleWin Debu
Messages: 1262
Registered: March 2013
Karma: 0
Senior Member
On Saturday, August 7, 2021 at 6:09:48 PM UTC-7, A2CPM wrote:
> Possible? How?
>
> Willi

Hi Willi,

Yes, this is possible to capture DATA mode as text.

Press Ctrl+PrintScreen.

Unfortunately, I don't see this documented in the help. I've created GH #976 to address this oversight.

Michael
Re: Screen capture debugger data page [message #410474 is a reply to message #410464] Mon, 09 August 2021 13:49 Go to previous messageGo to next message
Willi Kusche is currently offline  Willi Kusche
Messages: 152
Registered: October 2012
Karma: 0
Senior Member
On Sunday, August 8, 2021 at 9:08:15 AM UTC-4, Michael AppleWin Debugger Dev wrote:
> Press Ctrl+PrintScreen.
> Unfortunately, I don't see this documented in the help. I've created GH #976 to address this oversight.

Not working for me in 1_28_0_6.

Willi
Re: Screen capture debugger data page [message #410475 is a reply to message #410474] Mon, 09 August 2021 14:07 Go to previous messageGo to next message
Michael AppleWin Debu is currently offline  Michael AppleWin Debu
Messages: 1262
Registered: March 2013
Karma: 0
Senior Member
On Monday, August 9, 2021 at 10:49:28 AM UTC-7, A2CPM wrote:
>> Press Ctrl+PrintScreen.
> Not working for me in 1_28_0_6.

Hey Willi

Hmmm, I've tried Ctrl-PrintScreen with versions:

* 1.28.0.0
* 1.28.6.0
* 1.29.16.0

and they all worked.

Are you running multiple instances of AppleWin? If so, Ctrl+PrintScreen will only work with the first instance (unless you use the command line options: -no-printscreen-key)

Can you download a more recent version and give a that a go please? You can find all releases here:
* https://github.com/AppleWin/AppleWin/releases

Thanks,
m.
Re: Screen capture debugger data page [message #410476 is a reply to message #410475] Mon, 09 August 2021 14:32 Go to previous message
Michael AppleWin Debu is currently offline  Michael AppleWin Debu
Messages: 1262
Registered: March 2013
Karma: 0
Senior Member
P.S.

Here is the workflow I use to copy data out of debugger: (Replace $F800 with your address.)

1. MD1 F800
2. DATA
3. Ctrl-PrintScreen
4. Alt-TAB to your text editor
5. Ctrl-V

Alternatively, you could just bsave memory and use your favorite hexdump utility:

1. PWD
2. BSAVE "f800.f8ff.bin",f800:f800+FF
3. Alt-TAB to the command line
4. hexdump f800.f8ff.bin

e.g. If you use cygwin64:
\cygwin64\bin\hexdump.exe f800.f8ff.bin

e.g. If you use Python:
pip install hexdump
python -m hexdump f800.f8ff.bin

etc.

m.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Free Tools Association website dead?
Next Topic: AppleWin debugger visibility of aux mem
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Apr 19 23:32:09 EDT 2024

Total time taken to generate the page: 0.01643 seconds