Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Debugging questions
Debugging questions [message #53643] Fri, 21 September 2007 21:13 Go to next message
Igor Kravchyk is currently offline Igor KravchykFriend
Messages: 7
Registered: July 2009
Junior Member
Hi all,

I have two issues with debugging in Release 1.0:

1. When php file is linked (located in linked folder) PDT cannot find it
to debug as script launch (CLI), while web launch for same file is working
good. Can it be resolved ?

2. When debugging by stepping into/over through the code Variables view is
refreshed on every step so that complex variable trees (like arrays and
objects) collapse and thus need to be expanded manually every time to see
changes in properties/elements. Can XDebug plugin keep once expanded
objects and arrays variables in the Variables view ?

Thanks for great tool!
Igor.
Re: Debugging questions [message #53800 is a reply to message #53643] Sat, 22 September 2007 06:56 Go to previous message
Eclipse UserFriend
Originally posted by: dkel50.hotnospmail.com

That's interesting. In
http://www.eclipse.org/pdt/documents/XDebugGuide.pdf

I explicitly state linked files are not supported, but the fact that
they are working in a web launch is definitely strange. I suggest
raising an enhancement in bugzilla for linked files to be supported on
XDebug and also Zend if it doesn't work for zend.

Please also raise the 2nd point as an enhancement on bugzilla. I would
hope it is possible to do this within the eclipse debug framework.

Dave Kelsey


Igor Kravchuk wrote:
> Hi all,
>
> I have two issues with debugging in Release 1.0:
>
> 1. When php file is linked (located in linked folder) PDT cannot find it
> to debug as script launch (CLI), while web launch for same file is
> working good. Can it be resolved ?
>
> 2. When debugging by stepping into/over through the code Variables view
> is refreshed on every step so that complex variable trees (like arrays
> and objects) collapse and thus need to be expanded manually every time
> to see changes in properties/elements. Can XDebug plugin keep once
> expanded objects and arrays variables in the Variables view ?
>
> Thanks for great tool!
> Igor.
>
Previous Topic:What is wrong with my XDebug?
Next Topic:XDebug setup information
Goto Forum:
  


Current Time: Sat Jul 27 13:28:49 GMT 2024

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

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

Back to the top