com presentations: Added Xdebug 2.3 feature slides: slides/xdebug/xdebug-2.3-error-munging.xml slides/xdebug/xdebug-2.3-new.xml

[email protected] (Derick Rethans)
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    b88575e1198275ada5b1077932d6f32e6522cef2
Author:    Derick Rethans <[email protected]>         Wed, 8 Apr 2015 11:55:25 +0100
Parents:   baf051d2ca557980c3b42b511c977efadc09754f
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=b88575e1198275ada5b1077932d6f32e6522cef2

Log:
Added Xdebug 2.3 feature slides

Bugs:
https://bugs.php.net/2

Changed paths:
  A  slides/xdebug/xdebug-2.3-error-munging.xml
  A  slides/xdebug/xdebug-2.3-new.xml


Diff:
diff --git a/slides/xdebug/xdebug-2.3-error-munging.xml b/slides/xdebug/xdebug-2.3-error-munging.xml
new file mode 100644
index 0000000..87ccd13
--- /dev/null
+++ b/slides/xdebug/xdebug-2.3-error-munging.xml
@@ -0,0 +1,18 @@
+<slide>
+<title>Xdebug 2.3: Munging Errors</title>
+
+<blurb>%xdebug.halt_level%:</blurb>
+<example><![CDATA[
+<?php
+ini_set('xdebug.halt_level', E_USER_NOTICE | E_NOTICE);
+trigger_error("Testing");
+echo "Hi!\n";
+?>]]>
+</example>
+<break/>
+<blurb>%xdebug.force_error_reporting% &amp; %xdebug.force_display_errors%:</blurb>
+<list>
+	<bullet>Overrides %error_reporting% or %display_errors%</bullet>
+	<bullet>Can not be changed with %ini_st()%, only on CLI or in %php.ini%</bullet>
+</list>
+</slide>
diff --git a/slides/xdebug/xdebug-2.3-new.xml b/slides/xdebug/xdebug-2.3-new.xml
new file mode 100644
index 0000000..04f73ed
--- /dev/null
+++ b/slides/xdebug/xdebug-2.3-new.xml
@@ -0,0 +1,10 @@
+<slide>
+<title>Xdebug 2.3: New debugging features</title>
+
+<list>
+	<bullet>Exception breakpoints wildcard and inheritance</bullet>
+	<bullet>Constants</bullet>
+	<bullet>Include error code and exception message in exception breakpoints (needs IDE support)</bullet>
+	<bullet>Warnings when SELinux is in the way</bullet>
+</list>
+</slide>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.