Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Get Eclipse Watch Points To Work

Tags:

eclipse

I can't get watch points to work in eclipse. Here is what i've done, double clicked to the left of the variable intilization and now it says watchpoints for modify/access. When I run in debug mode the eclipse debugger does not break when the variable is modified. I don't have problems when setting line break points. Any ideas?

like image 859
Daniel Avatar asked Sep 11 '11 14:09

Daniel


1 Answers

Right click on your debugger and choose source look up then add selection on your project Will work with you :)

like image 155
Ahmed Salem Avatar answered Sep 21 '22 21:09

Ahmed Salem