Skip to content

Commit

Permalink
IPC Xdebug talk
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Oct 30, 2015
1 parent 8ef2fbf commit 56fbd8c
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
2 changes: 1 addition & 1 deletion slides/xdebug/php7-sigh.xml
Expand Up @@ -4,7 +4,7 @@
<list>
<bullet>Wayback -> Way in the future</bullet>
<bullet>It compiles now</bullet>
<bullet>About 60% of test cases pass</bullet>
<bullet>About 95% of test cases pass<br/>(everything, besides code coverage is 100%)</bullet>
<bullet>It's like rewriting Xdebug ☹</bullet>
</list>

Expand Down
68 changes: 68 additions & 0 deletions xdebug-ipc15.xml
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8"?>
<presentation css="10gen-strict.css">
<topic>Debugging</topic>
<title>Debugging: Past, Present, and Future</title>
<event>IPC</event>
<location>Online</location>
<date>October 27th, 2015</date>
<speaker>Derick Rethans</speaker>
<email>derick@php.net</email>
<twitter>derickr</twitter>
<url>http://derickrethans.nl/talks.html</url>
<joindin></joindin>
<slide>slides/mongodb/title.xml</slide>
<slide>slides/mongodb/me.xml</slide>

<slide>slides/xdebug/agenda-ppp.xml</slide>
<slide>slides/xdebug/xdebug-var-dump.xml</slide>
<slide>slides/xdebug/library-ladybug.xml</slide>
<slide>slides/xdebug/library-krumo.xml</slide>
<slide>slides/xdebug/library-kint.xml</slide>
<slide>slides/xdebug/library-symfony.xml</slide>
<slide>slides/xdebug/shutup.xml</slide>

<slide>slides/xdebug/tracing.xml</slide>
<slide>slides/xdebug/functiontrace-summary.xml</slide>

<slide>slides/xdebug/xdebug-2.3-error-munging.xml</slide>

<slide>slides/xdebug/analyse-running-script.xml</slide>
<slide>slides/xdebug/netbeans.xml</slide>
<slide>slides/xdebug/komodo.xml</slide>
<slide>slides/xdebug/phpstorm.xml</slide>

<slide>slides/xdebug/xdebug-2.3-new.xml</slide>

<slide>slides/xdebug/debugger-activation.xml</slide>
<slide>slides/xdebug/debugger-browser-extensions.xml</slide>
<!-- <slide>slides/xdebug/debugger-connection-log.xml</slide> -->

<slide>slides/internals/vld2.xml</slide>

<slide>slides/xdebug/vld-path-1-code.xml</slide>
<slide>slides/xdebug/vld-path-1-output.xml</slide>
<slide>slides/xdebug/vld-path-1-paths.xml</slide>
<slide>slides/xdebug/vld-path-2-code.xml</slide>
<slide>slides/xdebug/vld-path-2-output.xml</slide>
<slide>slides/xdebug/vld-path-2-paths.xml</slide>
<!--
<slide>slides/xdebug/phpdbg.xml</slide>
<slide>slides/xdebug/phpdbg-demo.xml</slide>
-->
<slide>slides/xdebug/vld-path-4-code.xml</slide>
<slide>slides/xdebug/vld-path-4-output.xml</slide>

<slide>slides/xdebug/vld-path-3-code.xml</slide>
<slide>slides/xdebug/vld-path-3-output.xml</slide>
<slide>slides/xdebug/vld-path-3-paths.xml</slide>

<slide>slides/xdebug/restaurant.xml</slide>
<slide>slides/xdebug/wayback-tracing.xml</slide>
<slide>slides/xdebug/wayback-blocks-simple.xml</slide>
<slide>slides/xdebug/wayback-wrapper.xml</slide>

<slide>slides/xdebug/php7-sigh.xml</slide>

<slide>slides/xdebug/resources.xml</slide>

</presentation>

0 comments on commit 56fbd8c

Please sign in to comment.