View Issue Details

IDProjectCategoryView StatusLast Update
0000711XdebugStep Debuggingpublic2020-03-12 17:19
ReporterJohn wizard Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionno change required 
Product Version2.1.0 
Summary0000711: Break on Notice, Warning, Error
Description

Allow the IDE to inform xdebug to start breaking on error, warning or notice.

When one of the above occurs it acts like it was a breakpoint and informs the IDE about stuff.

I think it would mean that these http://xdebug.org/docs/remote modes work together and can be enabled/disabled from the IDE

TagsNo tags attached.
Operating System
PHP Version5.3.6

Activities

derick

2011-08-25 09:37

administrator   ~0001794

IDEs can already do this, by sending:

breakpoint_set -t exception -X Notice
breakpoint_set -t exception -X Warning
breakpoint_set -t exception -X Error

Issue History

Date Modified Username Field Change
2011-08-25 09:34 John wizard New Issue
2011-08-25 09:37 derick Note Added: 0001794
2011-08-25 09:37 derick Status new => resolved
2011-08-25 09:37 derick Resolution open => no change required
2011-08-25 09:37 derick Assigned To => derick
2020-03-12 16:55 derick Severity minor => feature
2020-03-12 17:19 derick Category Feature/Change request => Step Debugging