D
D
doublench212014-09-22 18:42:47
PHP
doublench21, 2014-09-22 18:42:47

How to debug an entire project in PhpStorm?

For example, debug with the entered form data and clicks on project links, etc. , and not debug just one page without the above.
PS PhpStorm 7.1.4/Win8

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vadim, 2014-09-22
@doublench21

The question is not clear. It is debugged in exactly the same way as a page without the above. If xdebug is used as a debugger, then the easiest way, of course, is to install a browser extension (there are both for Chrome and Fox), where the debug mode is turned on with one click. And then the process becomes simple to disgrace:
1) Put a breakpoint in PhpStorm and turn on debug mode
2) Open the form that you need to fill out and also turn on debug mode
3) Enter data, submit the form and catch in PhpStorm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question