- Configure debugger options.
- Define a run/debug configuration for the application to be debugged.
- Create breakpoints in the source code.
- Launch the debugging session.
- During the debugger session, step through the breakpoints, examine a suspended program, evaluate expressions, change values on-the-fly, and set watches.

