M
M
magary42017-02-06 11:44:49
PHP
magary4, 2017-02-06 11:44:49

How do you use XDebug?

I started my programming career with .NET development there, without a debugger, there was nothing to do
on PHP many times I installed and configured for many years I tried to teach myself to use it, debug using breakpoints,
but somehow it didn’t work, the main tools are var_dump, logging to a file or firePHP
who benefits from this tool?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2017-02-06
@magary4

you won't believe it - for its intended purpose: debugging with breakpoints, so as not to mess around with print_r'ami/var_dump'ami and their removal.
bonus - a nice var_dump, a beacon about suppressing error output, and a few other goodies.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question