Page 1 of 1

VS 2012 Breakpoints not being hit

PostPosted: October 10th, 2013, 3:37 pm
by veevandyke
I have VS Tools Pro. xDebug is installed and the settings match the settings listed on your "Verify Installation page." When I debug, it starts the site, but none of my breakpoints are being hit.

PHPInfo shows xDebug working correctly and my xDebug log isn't showing any errors and IS showing the breakpoints loading. I'm not sure what else to troubleshoot.

Thanks.

Re: VS 2012 Breakpoints not being hit

PostPosted: October 10th, 2013, 4:04 pm
by Jakub Misek
Hi,

Please ensure you are running PHP Project, not a common ASP.NET Web Site.

More information can be found at http://www.devsense.com/doc/phptools/de ... leshooting

Please give me know if it works for you.

Thanks,
Jakub

Re: VS 2012 Breakpoints not being hit

PostPosted: October 13th, 2013, 5:28 pm
by veevandyke
I am using the correct ports, and my project is a PHPProject. (The extension is PHPProj.) Is there anything else I can try?

Re: VS 2012 Breakpoints not being hit

PostPosted: October 14th, 2013, 2:42 pm
by Miloslav Beno
Hi Veronica,

Could you please send me phpinfo output so I can take a look? And what do you see in Output window?

Are you trying to debug remote server or just local? There might be firewall blocking the connection.

What PHP Tools version do you use?

Thank you,

Re: VS 2012 Breakpoints not being hit

PostPosted: October 15th, 2013, 4:54 pm
by Miloslav Beno
One more thing did occur to me. When you press F5 does your browser start with XDEBUG_SESSION_START=1 parameter in the url?

Thanks,