Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Eclipse Neon.3 Xdebug does not stop @ breakpoint in php in other folder
Eclipse Neon.3 Xdebug does not stop @ breakpoint in php in other folder [message #1759940] Thu, 20 April 2017 08:12
Patrick van den Bemt is currently offline Patrick van den BemtFriend
Messages: 1
Registered: April 2017
Junior Member
I have following setup :
- project "x"
+ folder "a"
-> included.php
==> echo "echo included"; (breakpoint on this line)
+ folder "b"
-> index.php
==> echo "test"; (breakpoint on this line)
==> includes "../x/included.php"
==> echo "after"; (breakpoint on this line)

I have IIS setup so http://localhost/b/index.php invokes the application properly

I setup a debug session as "PHP Web Application":
- with name "b"
+ PHP server "Default PHP Web Server"
+ file set correctly
+ autogenerate url has been set properly (http://localhost with /b/index.php)
+ debugger defined XDebug port 9000 (all default) no proxy


if I run the debug session "b" the application
- starts and halts @ breakpoint 1 in index.php
- skips breakpoint 1 in included.php
- halts @ breakpoint 2 in index.php

So I can assume that
- IIS is working properly
- my application is hosted properly
- eclipse / XDebug runs properly

however : how can I get the eclipse / XDebug to halt on the breakpoint in included.php ??


Previous Topic:Configure Eclipse PDT Neon.3 & XDebug & XAMPP on Win10
Next Topic:How to include a file to a php page?
Goto Forum:
  


Current Time: Thu Apr 25 13:31:39 GMT 2024

Powered by FUDForum. Page generated in 0.02571 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top