ctrl+shift+F10
– execute current file
ctrl + alt + M
– extracts code to method
ctrl + alt + V
– introduce variable
ctrl + B
– move into method and back
alt+F7
– who is using variable
ctrl+alt+T
– surround…
Debugger F8
– step over
Debugger F9
– resume program
Useful
Breakpoint → add condition