Directory

← Back

ConsoleWindow

Debug console in a separate browser window

Author

Rating

Popularity

<100

This add-on is a drop in replacement for the standard debug window in Vaadin. Showing the debug console in a separate browser window has several benefits:

  1. More space available without covering any parts of the actual application (especially when using multiple screens).
  2. Previous log messages are not lost when the browser is refreshed (does not work in Opera)
  3. Does not interfere with e.g. scrolling on the application page

In addition, the format enables adding new features without being restricted by the very limited default size of the built in debug window. Some planned features include filtering by a specific component, showing full stacktraces (only available in GWT dev mode) and clear separation of messages if there are multiple Vaadin applications on the same page.

To use the add-on, just add the .jar to WEB-INF/lib and recompile your widgetset if using Vaadin plugin for Eclipse. Otherwise, you have to manually inherit org.vaadin.consolewindow.ConsoleWindowWidgetset in your widgetset. With a recompiled widgetset, just add ?debug (or &debug) to the URL to open the debug window. If no window is opened, there might be an issue with your browser blocking popup windows.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Initial release

Released
2011-12-30
Maturity
BETA
License
Apache License 2.0

Compatibility

Framework
Vaadin 6.7+
Browser
Internet Explorer
Internet Explorer
Internet Explorer
Firefox
Opera
Safari
Google Chrome
Internet Explorer
iOS Browser
Android Browser

ConsoleWindow - Vaadin Add-on Directory

Debug console in a separate browser window ConsoleWindow - Vaadin Add-on Directory
This add-on is a drop in replacement for the standard debug window in Vaadin. Showing the debug console in a separate browser window has several benefits: 1) More space available without covering any parts of the actual application (especially when using multiple screens). 2) Previous log messages are not lost when the browser is refreshed (does not work in Opera) 3) Does not interfere with e.g. scrolling on the application page In addition, the format enables adding new features without being restricted by the very limited default size of the built in debug window. Some planned features include filtering by a specific component, showing full stacktraces (only available in GWT dev mode) and clear separation of messages if there are multiple Vaadin applications on the same page. To use the add-on, just add the .jar to WEB-INF/lib and recompile your widgetset if using Vaadin plugin for Eclipse. Otherwise, you have to manually inherit org.vaadin.consolewindow.ConsoleWindowWidgetset in your widgetset. With a recompiled widgetset, just add ?debug (or &debug) to the URL to open the debug window. If no window is opened, there might be an issue with your browser blocking popup windows.
Issue Tracker
Source Code
Discussion Forum

ConsoleWindow version 1.0.0
Initial release

Online