com presentations: Added one more slide for short cases.: debug-setup-phpbnl17.xml slides/debugging/gdb-short-case.xml
[email protected] (Derick Rethans) Mon, 30 Jan 2017 09:45:18 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: d6317b4e805d2eccc6bb6da59308c66446c2ece4 Author: Derick Rethans <[email protected]> Mon, 30 Jan 2017 10:45:18 +0100 Parents: 7f3ba3d14a77958429d75756dadd6ef2b6f0b878 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=d6317b4e805d2eccc6bb6da59308c66446c2ece4 Log: Added one more slide for short cases. Changed paths: M debug-setup-phpbnl17.xml A slides/debugging/gdb-short-case.xml Diff: diff --git a/debug-setup-phpbnl17.xml b/debug-setup-phpbnl17.xml index 58a05e4..30346b6 100644 --- a/debug-setup-phpbnl17.xml +++ b/debug-setup-phpbnl17.xml @@ -72,6 +72,7 @@ help out with providing good bug reports for Open Source projects. <slide>slides/debugging/gdb-optimisation.xml</slide> <slide>slides/debugging/gdb-optimisation-asm.xml</slide> <slide>slides/debugging/gdb-optimisation-wrong.xml</slide> +<slide>slides/debugging/gdb-short-case.xml</slide> <slide>slides/debugging/gdb-usage.xml</slide> <slide>slides/debugging/gdb-debug-core.xml</slide> <slide>slides/debugging/gdb-attach.xml</slide> diff --git a/slides/debugging/gdb-short-case.xml b/slides/debugging/gdb-short-case.xml new file mode 100644 index 0000000..d4e8964 --- /dev/null +++ b/slides/debugging/gdb-short-case.xml @@ -0,0 +1,11 @@ +<slide> +<title>gdb: short case</title> + +<list> + <bullet>A short reproducible case is *vital*</bullet> + <bullet>Open Source maintainers don't know all other code</bullet> + <bullet>docker required? no thanks</bullet> + <bullet>examples: 5 MB PHPUnit tests, static access only on docker with Ubuntu...</bullet> +</list> + +</slide>