Noob questions

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
valdirSalgueiro
DCEmu Newbie
DCEmu Newbie
Posts: 3
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Mon Jun 19, 2023 1:52 pm
Has thanked: 0
Been thanked: 0

Noob questions

Post by valdirSalgueiro »

Is there a prefered emulator with debug capabilities? VRAM viewer, memory, CPU consuption, framerate, palette

where does printf gets sent to? is there any log could check for errors or written by it?
User avatar
BlueCrab
The Crabby Overlord
The Crabby Overlord
Posts: 5658
Joined: Mon May 27, 2002 11:31 am
Location: Sailing the Skies of Arcadia
Has thanked: 9 times
Been thanked: 69 times
Contact:

Re: Noob questions

Post by BlueCrab »

I can't really answer any questions about emulators, but printf() statements get sent out to a dcload host if one is present. I do know that some emulators have support for dcload built in.

On real hardware, it would generally be sent out to the serial port or a broadband adapter.
tontonLZO
DCEmu Newbie
DCEmu Newbie
Posts: 1
Joined: Mon Feb 05, 2024 12:29 pm
Has thanked: 0
Been thanked: 0

Re: Noob questions

Post by tontonLZO »

Hi,
personally i use flycast emulator to test my code.It has an option to enable serial console where your printf are redirected.
Post Reply