자바/1. 자바를 시작하기 전에
이클립스에서 F11과 CTRL + F11의 차이
스펀지연구소
2021. 5. 13. 17:01
에러 났을때 디버깅을 하거나 중지점을 지정하고 검토할때는 F11,
디버깅 모드로 강제진입을 원치않을때는 CTRL + F11 을 한다.
With the help of F11 key you can run your application normally, But if you have any breakpoints in your application, eclipse will launch your application in debug perspective.Well if you want to skip debug perspective, than you can use ctrl + F11 to run your application normally.