How to debug code in IntelliJ IDEA with Step Over, Step in and Evaluate expression

preview_player
Показать описание
Basics of debugging with examples. Agenda:

01:48 What is debug? How to use debug? Basic controls with an example that has no logic
14:17 How to use Evaluate expression in the code debug. Example with swapping the value with no extra variable
19:45 Debug a creating and working with ArrayList object
23:14 How to use a debug without IDE, how to use debug during coding session during an interview