View Issue Details

IDProjectCategoryView StatusLast Update
0000711XdebugStep Debuggingpublic2020-03-12 17:19
ReporterJohn wizard Assigned To 
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