Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Ralf Rottmann
Follow
New posts
New posts and comments
Total activity
12
Last activity
January 18, 2016 00:18
Member since
April 05, 2013 21:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (4)
Sort by votes
Recent activity
Votes
Created
April 23, 2013 07:53
Also, on further investigation, not using a run config but switching the IDE to listening for incoming connections does work, too. When we refresh the page, xdebug log clearly gets the correct info...
Community
PhpStorm
xdebug Breakpoints not hit in all scripts (Laravel 3)
0 votes
Created
April 22, 2013 23:12
Also, addingxdebug_break();anywhere works like a charm so it's not a misconfigured PHP environment. It must have something to do with mod_rewrite, path mappings and PhpStorm.
Community
PhpStorm
xdebug Breakpoints not hit in all scripts (Laravel 3)
0 votes
Created
April 23, 2013 07:01
Thanks, Andriy!Good to know that mod_rewrite cannot be the root cause. Question: Where do I find the IDE side of the logs to provide you with more info?
Community
PhpStorm
xdebug Breakpoints not hit in all scripts (Laravel 3)
0 votes
Created
April 23, 2013 07:44
We tested a ver simple mini setup and put a breakpoint in next.php on line 3.index.php:<?php echo("hello world"); ?> <br /> <a href='/next.php'>link</a>next.php:<?php $time = time(); $greet...
Community
PhpStorm
xdebug Breakpoints not hit in all scripts (Laravel 3)
0 votes