C
C
copal2015-12-22 17:43:32
phpstorm
copal, 2015-12-22 17:43:32

How to make debugging start from a given location in PhpStorm?

When I click on the beetle, the debugger stops not at the first breakpoint that I set, but at the line with the loader in index.php - It strains a lot. How can this be fixed? I read that I need to remove a couple of checkmarks somewhere, so they are unchecked for me, but it continues to stop on the same line ... Maybe I misunderstood .. What needs to be done?
require __DIR__.'/../bootstrap/autoload.php';

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shagguboy, 2015-12-22
@copal

checkbox "force break at the first line then no path mapping specified" in the settings
and this:
Q184k.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question