rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.79k stars 98 forks source link

gdb prompt is behind bottom status bar #42

Closed grooverdan closed 1 year ago

grooverdan commented 2 years ago

image

rohanrhu commented 2 years ago

Oh this problem 😔 I have yet to see this problem on my computer 🤭 but someone however has this problem. I will fix it soon.

I have some questions:

Thank youuuu soo much for feedback. 😊

grooverdan commented 2 years ago

firefox 95.0.2 1920 x 1080 @ 100%

rohanrhu commented 2 years ago

firefox 95.0.2 1920 x 1080 @ 100%

I just checked it out with someone has this problem. It is happening on Firefox's Linux version. It is related to Xterm.js (looks like it has a bug) and Firefox on Linux. Sooo I will look for a solution, you can use Chrome/Chromium instead until resolving this issue.

With Chrome you can run the debugger as a standalone app, so you will have more vertical space to work :)

chromium --app=http://127.0.0.1:5550/terminal/

I know some people don't want to use Chrome for some privacy reasons but since Chromium is also open source and good for privacy, you can use it if you consider this reason to use Firefox.

This opens the debugger as a standalone app. It looks like this:

image image

grooverdan commented 2 years ago

Thanks for looking into detail as to the cause of this and the alternative

rohanrhu commented 2 years ago

Thanks for looking into detail as to the cause of this and the alternative

Thank you tooo.

rohanrhu commented 1 year ago

I'm closing this issue with the latest version xterm.js is up to date. If anyone has this issue again, please re-open.