BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
303 stars 38 forks source link

Could the debug text font be changed? #227

Closed rjobling closed 1 year ago

rjobling commented 1 year ago

Could the debug text font be changed to something a little more plain? I find it isn't always the most readable, mostly the numbers are sometimes not so easy to read.

image

BartmanAbyss commented 1 year ago

if you can provide topaz.font as pixel data like this, I can add it.

rjobling commented 1 year ago

I was going to try fixing it myself but getting Winuae to compile seems like an ordeal, so sorry but this should do it:

https://github.com/rjobling/snippets/blob/a69766c569310eca436361cf90394bb89c725d3c/barto_font.c

BartmanAbyss commented 1 year ago

Thanks for the font. I will include it in the next release. You can get a new winuae-gdb.exe from the repo in the meantime.