RubyMine 2017.2 Help

Trace Proxy Server Tab

The tab consists of a toolbar and the console area that shows system information and error messages, information about the status of the Spy-js session, the availability of the proxy server, the currently active frames ("workers"), etc.

Trace Proxy Server Toolbar

ItemTooltip and shortcutDescription
/help/img/idea/2017.2/stop.gif Stop Trace Proxy Server Click this button to terminate the currently running process externally by means of the standard shutdown script.
/help/img/idea/2017.2/arrowUp.png /help/img/idea/2017.2/arrowDown.png Up/Down the Stack Trace
Ctrl+Alt+Up Ctrl+Alt+Down
Use these buttons to navigate through the stack trace from one reported error to another. These buttons are available only when errors are reported, for example, if the configuration file is corrupted.
/help/img/idea/2017.2/icon_softWrap.png Use Soft WrapsClick this button to toggle the soft wrap mode of the output.
/help/img/idea/2017.2/icon_scrollToEnd.png Scroll to the endClick this button to navigate to the bottom of the stack trace and have the cursor jump to the corresponding location in the source code.
/help/img/idea/2017.2/icon_print.png PrintClick this button to send the console text to the default printer.
/help/img/idea/2017.2/icon_clear_all.png Clear AllClick this button to remove all text from the console. This function is also available on the context menu of the console.
Last modified: 26 October 2017

See Also