GoLand
 
Get GoLand

Debug tool window

Last modified: 04 November 2024

This tool window becomes available when you start debugging.

It displays the output generated by the debugging session for your application. If you are debugging multiple run/debug configurations, the output for each configuration is displayed in a separate tab named after the corresponding configuration.

For each configuration, there are the following nested tabs:

  • Console: displays system information and error messages, and the console input and output of your application.

  • Debugger: this tab is divided into the following areas:

Each area has a context menu that allows you to configure its behavior and navigate between tabs.

Each of the tabs and areas can be hidden/restored, or moved to a location of your choice.

GoLand: Debug window