Skip to content

make maximum number of lines in debug console configurable #245915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eronnen
Copy link
Contributor

@eronnen eronnen commented Apr 7, 2025

Adds a configuration value to control the maximum number of lines in the debug console.

This is needed because today with the DAP protocol many debugger extensions (i.e lldb-dap) send the debuggee stdout to the debug console by default, so this configuration lets the user the option to control the number of lines of stdout visible in a session.

Closes #129493

@eronnen eronnen force-pushed the configurable-debug-console-max-lines branch from d1418da to ef5f7a6 Compare April 15, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add setting of scroll back buffer size for debug console, like integrated terminal
3 participants