Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » debug fails when stepping into included file
debug fails when stepping into included file [message #56003] Sat, 29 September 2007 16:16
Eclipse UserFriend
Originally posted by: yann.boutin.gmail.com

Hi,
I get an error when debugging and stepping into an included file. The
error appends only with files included in a project set in "Included
Paths", whereas includes with relative paths works fine and can be
stepped into by the debugger.

Otherwise when I do a ctrl click on the included file in the editor
I'm able to follow the file into my other project which is set in
"Include Path", so the link between project can be done by PDT.

The error occurs when stepping into the line
include 'Zend/Controller/Front.php';

This file is part of a project called library which is set in 'Included
Paths'.

The error is the following

"Error opening the editor"

org.eclipse.core.runtime.AssertionFailedException: null argument:The
editor input must have a non-null name



I use PDT R20070917 with ZendDebugger 5.2.10


best regards,

Yann
Previous Topic:flush() and the internal browser (xdebug)
Next Topic:create_function and step-into (xdebug)
Goto Forum:
  


Current Time: Sat Oct 19 14:14:16 GMT 2024

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

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

Back to the top