1

I recently updated netbeans from 7.1.2 to 7.2. Unfortunately, I can't find the way to activate the debugging views such as the list of breakpoints, the call stack and the threads list.

In netbeans 7.1 I can go in Window->Debugging to activate those but this menu disappeared in 7.2.

I checked if any plugin was missing but everything looks fine.

Currently, I only have the variables list/watches when I am debugging.

ollo
  • 24,797
  • 14
  • 106
  • 155
avandecreme
  • 971
  • 1
  • 8
  • 18

2 Answers2

1

I have checked and I have them in Window -> Debugging. Maybe your installation is corrupt?

gpeche
  • 21,974
  • 5
  • 38
  • 51
1

I experience the same problems after updating my NB 7.2 with the latest updates: Sources, Threads, Breakpoints, Watches, Variables windows are always empty when I'm debugging a project. Used to work fine previously. I use free-form projects. "Background project scanning" was running in some infinite loop, that was the reason. It was even difficult to quit NB.