AmigaPorts / ACE

Amiga C Engine
Mozilla Public License 2.0
158 stars 26 forks source link

Figure out how to make UAE logging not put \n by itself #128

Open tehKaiN opened 4 years ago

tehKaiN commented 4 years ago

WinUAE 4.4.0 introduced console logger via dedicated memory addresses. Log manager supports this, but the quirk is that UAE treats each string as separate line and puts \n by itself. So printing out one line in parts becomes problematic.

We either need to ensure that whole lines get printed all at once, or ask nicely for a change in UAE.

Bartman's toolchain currently uses separate logger, but it's probably transition into UAE logger. https://github.com/BartmanAbyss/vscode-amiga-debug/issues/18