Page 1 of 1

index.php or .html always need for use

PostPosted: December 31st, 2017, 9:24 pm
by N_Gnom
I have a question.
If i try to debug, i must have a index.html or .php to start the process.
Is thats normal?
Are there a chance to debug with other filenames for the first sourcefile?

Re: index.php or .html always need for use

PostPosted: January 2nd, 2018, 3:22 pm
by Miloslav Beno
Hello,

Thanks for the question. Please check the answer to this issue, the solution is the same:

https://docs.devsense.com/debugging/troubleshooting#debugger-wont-work-when-dont-open-a-page-wait-for-a-request-from

Please let me know if that helped.

Thanks,

Re: index.php or .html always need for use

PostPosted: January 4th, 2018, 8:12 pm
by N_Gnom
No that doesn´t help.
Because "xdebug.remote_autostart = 1" exist in the php.ini
Start a new empty project.
With index.php all fine but if i rename it to index1.php in example the error
"The requested resource / was not found on this server." is the result.

edit: i mark the index1.php as startpoint and now it seems to work.