Page 1 of 1

Debug broken in 1.20.9101

PostPosted: October 28th, 2016, 8:37 am
by davidbcn
In version 1.19.8876 the PHP debugger is able to stop at breakpoints even when the first file that is executed by PHP is not part of the visual studio solution (for example you can add an external PHP file using php ini's auto prepend feature).

In the latest release (1.20.9101) this does not work anymore, and if the first script ran by PHP is not in your solution, the debugger will get stuck for ever.