본문 바로가기

Programming 기타/NetBeans

NetBeans 단축키

단축일람 바로가기
: http://netbeans.org/project_downloads/www/shortcuts.pdf



Compile

F9
 Compile package/ file

F11  Build main project

Shift-F11
 Clean & build main project

Ctrl-Q
 Set request parameters

 Ctrl-Shift-U  Create JUnit test

Ctrl-F6 / Alt-F6
 Run JUnit test on file/project

 F6 / Shift-F6  Run main project/file

Debugging
 Ctrl-F5  Start debugging main project
 Ctrl-Shift-F5  Start debugging current file
 Ctrl-Shift-F6  Start debugging test for file (JUnit)
 Shift-F5/F5  Stop/Continue debugging session
F4
 Run to cursor location in file
 F7/F8  Step into/over
 Ctrl-F7  Step out
Ctrl-Alt-Up
 Go to called method
Ctrl-Alt-Down
 Go to calling method
Ctrl-F9
 Evaluate expression
Ctrl-F8
 Toggle breakpoint
Ctrl-Shift-F8
 New breakpoint
Ctrl-Shift-F7
 New watch

 
 Coding in Java
Alt-Insert

Ctrl-Shift-I

Alt-Shift-I