joe513
Great to see a debugger for Linux being released! Just signed up, look forward to trying it this evening.
joe513
(1) Any way to change the font size?
joe513
(2) Considering it is pre alpha are you looking for issues to be reported yet? And if so where and how do you prefer?
Dautor
First of all, great work! I'm really looking forward to this project.
Sadly, with the first thing I tried to debug I managed to hit a bug.
I don't know what you'd like for me to send you - maybe the executable?
Dautor
I'll do that tomorrow as it is pretty late here and I almost never use a debugger (gdb).
One more thing - when I'm debugging and I'm stepping through, the color of the current line is really hard for me to differentiate from other lines and I have not found a way to change its color. It might be normal for you, but do consider that I'm colorblind.
joe513
Looking forward to the upcoming changes. The new configuration parameters will make it easier to work with when using my smaller screen.
Question about viewing memory. When viewing the memory of an array of chars with lets say 10,000 elements the application pretty much stops. Not sure if the time to read all of the memory is causing the issue or if it is trying to render it all at once. I might be doing something wrong or is there a better way to look at large arrays?