JetBrains Fleet
 

Breakpoints

Last modified: 11 February 2024

Breakpoints are special markers that suspend program execution at a specific point. This lets you examine the program state and behavior.

On the following screenshot, main.go:8 is a line breakpoint, Go | Fatal error is an exception breakpoint.

Go fleet breakpoints types