View Issue Details

IDProjectCategoryView StatusLast Update
0001018XdebugStep Debuggingpublic2020-03-12 16:51
Reporterprojekter Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionwon't fix 
Summary0001018: Add option not to step into magic methods
Description

Using single step is often quite handy, but if you have an underlying framework that supplies helper functions, stepping into these files can be annoying.
It would be useful to add an option with which you can specify that either xdebug will not step into files located within a certain directory (which I guess would be the most useful way of dealing with the issue) or at least not to step into magic methods (get, set, ...) which are often used to emulate properties and do nothing but assigning a value to an internal array.

TagsNo tags attached.
Operating System
PHP Version5.4.0

Activities

derick

2016-12-11 12:59

administrator   ~0003982

I think this is something IDEs should do. To do this on the Xdebug side it would be very expensive to do, whereas IDEs already should have knowledge of where code lives and how it interacts.

Issue History

Date Modified Username Field Change
2013-12-21 15:29 projekter New Issue
2016-12-11 12:59 derick Note Added: 0003982
2016-12-11 12:59 derick Status new => resolved
2016-12-11 12:59 derick Resolution open => won't fix
2016-12-11 12:59 derick Assigned To => derick
2020-03-12 16:51 derick Category Feature/Change request => Step Debugging