You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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. BartmanAbyss/vscode-amiga-debug#18
The text was updated successfully, but these errors were encountered: