Bug 327967 - 'Use Step Filters' button wont be enabled after starting with toggle off
Summary: 'Use Step Filters' button wont be enabled after starting with toggle off
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Debug CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-16 02:40 EDT by Toshihiro Izumi CLA
Modified: 2020-05-14 11:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toshihiro Izumi CLA 2010-10-16 02:40:34 EDT
Steps to reproduce:

Example 1

1. Preferences > PHP > Debug > Step Filtering, check 'Use Step Filters'.
2. Start debugging.
3. When stopped at first line, toggle off 'Use Step Filters' button.
4. Continue (to the end).
5. Start debugging again.
6. When stopped at first line, 'Use Step Filters' button is disabled and it cannot be enabled.

Example 2

1. Preferences > PHP > Debug > Step Filtering, check 'Use Step Filters'.
2. Start debugging with breakpoints.
3. When stopped at first line, toggle off 'Use Step Filters' button.
4. Continue (to the breakpoint).
5. When stopped at breakpoint, 'Use Step Filters' button is disabled and it cannot be enabled.


see
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.supportsStepFilters()
see also
org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.supportsStepFilters()

(maybe the button should be disabled if there is no enabled filter?)
Comment 1 Eclipse Genie CLA 2020-01-20 12:44:30 EST
New Gerrit change created: https://git.eclipse.org/r/156211
Comment 2 Eclipse Genie CLA 2020-01-21 11:33:59 EST
New Gerrit change created: https://git.eclipse.org/r/156274