Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11759
Modified Files:
Changes.txt
Log Message:
Creating additional info when thread is found!
Fix for http://sourceforge.net/tracker/index.php?func=detail&aid=1955428&group_id=85796&atid=577329:
Index: Changes.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v
retrieving revision 1.376
retrieving revision 1.377
diff -C2 -d -r1.376 -r1.377
*** Changes.txt 1 May 2008 14:26:00 -0000 1.376
--- Changes.txt 1 May 2008 18:21:12 -0000 1.377
***************
*** 8,11 ****
--- 8,12 ----
<li>Code completion: calltips context info correctly made 'bold'</li>
<li>Debugger: Step over/Step return can now execute with untraced frames (much faster)</li>
+ <li>Debugger: Problem when handling thread that had no context traced and was directly removed.</li>
<li>Launching: F9 will reuse an existing launch instead of creating a new one every time</li>
<li>Launching: The default launch with Ctrl+F11 will not ask again for the launch associated with a file (for new launches)</li>
|