문제

While using eclipse we have a short cut key ctrl + Shift + i to get the selected object values in debug mode. But I am not able to find out any such short cut key in NetBeans IDE. If any body knows that how to know the selected object value in debug mode please help me, Thanks

도움이 되었습니까?

해결책

Here we go : NetBeans IDE 6.0 - 6.5 Keyboard Shortcuts

And here are some other useful shortcuts when debugging Java code in NetBeans

  • F8 Step over
  • F7 Step into
  • Ctrl+F7 Step out
  • F5 Continue
  • Ctrl + F8 Toggle line breakpoint
  • Ctrl + Shift + F8 Create a new breakpoint dialog window for more breakpoint options
  • Ctrl + F9 Evaluate expression
  • Ctrl + Shift + F7 Create a new watch
  • Ctrl + F5 Debug main project
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top