[pypy-svn] r40414 - pypy/extradoc/talk/warsaw2007

fijal at codespeak.net fijal at codespeak.net
Mon Mar 12 21:34:53 CET 2007


Author: fijal
Date: Mon Mar 12 21:34:50 2007
New Revision: 40414

Modified:
   pypy/extradoc/talk/warsaw2007/talk.txt
Log:
A slide about debugging (thanks guido)


Modified: pypy/extradoc/talk/warsaw2007/talk.txt
==============================================================================
--- pypy/extradoc/talk/warsaw2007/talk.txt	(original)
+++ pypy/extradoc/talk/warsaw2007/talk.txt	Mon Mar 12 21:34:50 2007
@@ -3,7 +3,7 @@
 ===================
 
 :Authors: Maciej Fijalkowski
-:Location: Warsaw Univeristy
+:Location: Warsaw University
 :Date: 13.III.2007
 
 Writing concurrent programs
@@ -51,6 +51,15 @@
 
 * can employ many policies of scheduling
 
+Debugging
+==========
+
+* two consecutive runs has the same behaviour
+
+* attaching a debugger in the middle stops whole execution
+
+* deadlock is explicitly stated by exception
+
 Goodies built on top (1)
 ========================
 
@@ -60,7 +69,7 @@
 
 * (example)
 
-Goodies built on top (2)
+Greensock
 ========================
 
 * cooperative I/O



More information about the Pypy-commit mailing list