History log of /haiku/src/apps/debugger/user_interface/gui/team_window/ConsoleOutputView.cpp
Revision Date Author Comments
# 049e8f6f 03-Dec-2014 Rene Gollent <rene@gollent.com>

Debugger: Tweaks to ConsoleOutputView.

- When receiving console output, we now put it into a pending output list.
An asynchronous worker thread then tells the view to add another line to
the output view, with a 10 msec delay between lines. This ensures that if
the debugged program has a large amount of console output, it doesn't result
in the debugger UI going unresponsive due to handling the constant influx
of text insertions in rapid succession.


# 277945a6 28-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Add support for auto-scrolling.

- If the console output is currently at the bottom, any new output will automatically be scrolled into view. Otherwise,
its current position will be maintained.


# b8b4219f 27-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Implement #9758.

- Add ConsoleOutputView for showing the debugged team's console output.
The view presents checkboxes for controlling whether or not stdout
and/or stderr output is captured and shown, as well as the
ability to clear the current output.


# 049e8f6fbdcae27f2dad3420e463e048ed1613d3 03-Dec-2014 Rene Gollent <rene@gollent.com>

Debugger: Tweaks to ConsoleOutputView.

- When receiving console output, we now put it into a pending output list.
An asynchronous worker thread then tells the view to add another line to
the output view, with a 10 msec delay between lines. This ensures that if
the debugged program has a large amount of console output, it doesn't result
in the debugger UI going unresponsive due to handling the constant influx
of text insertions in rapid succession.


# 277945a648f560f98910198d96a7ef34e8f86a51 28-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Add support for auto-scrolling.

- If the console output is currently at the bottom, any new output will automatically be scrolled into view. Otherwise,
its current position will be maintained.


# b8b4219f26ca324dbaca060885173cbb01331447 27-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Implement #9758.

- Add ConsoleOutputView for showing the debugged team's console output.
The view presents checkboxes for controlling whether or not stdout
and/or stderr output is captured and shown, as well as the
ability to clear the current output.