T
T
thatside2015-01-22 14:08:56
PHP
thatside, 2015-01-22 14:08:56

How to display the return value of a function when debugging in PhpStorm?

In Visual Studio, when debugging, there is a great opportunity to see the value that the function returned, if this value was not written somewhere. Is there the same possibility in PhpStorm, and if so, how to enable it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
Billy Milligan, 2015-01-22
@Billy_Milligan

PHP is not interpreted in PhpStorm. That is, he is not responsible for running scripts in php.

V
Vadim, 2015-01-22
@vshemarov

Not at all analogous, of course, but in some cases it can help: in PhpStorm, during debugging, it is possible to calculate any expression by Alt + F8, incl. and a function call.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question