Page 1 of 1

The debug doesn't works using step

PostPosted: July 17th, 2017, 6:46 am
by massimopasquali
Hello,

I have installed PHP tools from 1 year. In this last mounth my debug doesn't works anymore.

If I press F8 to step out doesn't nothing happened, and my employ has the same problem.

can the support help?.

thanks in advance

Re: The debug doesn't works using step

PostPosted: July 17th, 2017, 12:10 pm
by Miloslav Beno
Hello,

Could you please provide us with more information? If you start the debug session by F5 does it run? What do you see in Output pane?

F8 isn't the standard shortcut for Step Out, it should be Shift+F11. Or you've changed the keybindings?

Have you also checked the debug troubleshooting guide first https://docs.devsense.com/debugging/troubleshooting

Thanks!

Re: The debug doesn't works using step

PostPosted: July 17th, 2017, 12:48 pm
by massimopasquali
Hi,

when I run the debug if I pressed F10 or F11 doesn't happened nothing, instead at my employ it works.

I attached you the screenshots of my configuration and of VS menu debug, where you will can see that links to step out, etc are disabled. You will find attached also a screenshot about my PHP.INI and VS PHP advanced

Re: The debug doesn't works using step

PostPosted: July 18th, 2017, 9:33 am
by Miloslav Beno
Hello,

Thanks for the additional info and screenshots, I guess I know where the issue is. You are using the latest version?

There is a bug, which is going to be fixed in the next update, which prevents breaking on the entry point statement. Try to put a breakpoint on the second statement or start debug session by pressing F10 to see if it will break.

Please let me know.

Thanks,

Re: The debug doesn't works using step

PostPosted: July 18th, 2017, 11:27 am
by massimopasquali
Thanks, you have right. I stated the debug with F10. When you will publisher the correct version?

Re: The debug doesn't works using step

PostPosted: July 19th, 2017, 8:16 am
by Miloslav Beno
Hello,

You can download the fixed version now. Please let me know if it works as expected.

Cheers!