Home > Backend Development > PHP Tutorial > How does PHPstorm xdebug automatically breakpoint each line? ? ?

How does PHPstorm xdebug automatically breakpoint each line? ? ?

WBOY
Release: 2016-09-11 11:34:15
Original
1618 people have browsed it

xdubg+phpstorm debugging, the framework’s entrance index.php starts from the first line, and each line has automatic breakpoints.
Instead of setting a breakpoint where I set a breakpoint.
What's going on?

Reply content:

xdubg+phpstorm debugging, the framework’s entrance index.php starts from the first line, and each line has automatic breakpoints.
Instead of setting a breakpoint where I set a breakpoint.
What's going on?

Are you single-step debugging

After entering debugging, F7 or F8

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template