views:

44

answers:

1

I just started using NetBeans 6.8 with XDebug for some remote debugging I need to do. I think I have everything configured correctly, but I don't see a program counter while I'm debugging, so I have no visual indicator of what line is about to be executed.

Normally, it should show a green arrow in the gutter, and a background color on the line, but I don't see anything at all.

However, I do see the variables being updated as I step through the code, so I know it's actually doing its job.

Has anyone else seen and fixed this issue?

A: 

i am also having the same problem :(

ram