Bug 262983 - Consider reinstating the step filter support for xdebug.
Summary: Consider reinstating the step filter support for xdebug.
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: PHP Debug CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 17:47 EST by Tom Walter CLA
Modified: 2020-05-14 11:25 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Walter CLA 2009-01-29 17:47:33 EST
Step filtering is a very useful aspect of debugging for many people. Especially when using autoloaders and such which can end up being called several times every single request.

It seems it has not been re-implemented due to difficulties posed by the re-architecting in PDT 2 (See thread below). But I think it is something worth putting some time into.

-----------------

You could raise a Bugzilla enhancement so at least the request is recorded at.
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PDT

Dave Kelsey

Tom Walter wrote:
> Dang, I was just about to ask the same question.
>
> Any change on this? Is it impossible? Or just very difficult.
>
> I use an autoloader which gets fired up any time a new class is created... so as you can imagine I have to step through that file A LOT.
>
> Consider this a plea to reconsider :-)
>
> Dave Kelsey wrote:
>> Step filters are not supported by xdebug client in PDT 2.0. I doubt I will be able to implement support for them for PDT 2.0.
>>
>> Dave Kelsey
>>
>> defranco wrote:
>>> Hi,
>>>
>>> I'm trying to use step filters (Preferences>PHP>Debug>Step Filtering) but looks like it is always ignored.
>>>
>>> I try to do things like adding a entire folder like myproject/mylib or a specific file like myproject/mylib/lib.php but xdebug ignores it and step into these files.
>>>
>>> Any idea in how to make it work and do not step into these specific filtered files? This feature do not work with xdebug or I'm doing something wrong?
>>>
>>> regards
Comment 1 David Kelsey CLA 2009-01-31 04:58:03 EST
just to clarify. The PDT XDebug feature has never supported step-filtering.