- 04 Kas, 2002 1 kayıt (commit)
-
-
Chui Tey yazdı
-
- 23 Eki, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M Debugger.py M EditorWindow.py M PyShell.py 0. Polish PyShell.linecache_checkcache() 1. Move break clearing code to PyShell.PyShellEditorWindow from EditorWindow. 2. Add PyShellEditorWindow.breakpoints attribute to __init__, a list of line numbers which are breakpoints for that edit window. 3. Remove the code in Debugger which removes all module breakpoints when debugger is closed. Want to be able to reload into debugger when restarted. 4. Moved the code which sets EditorWindow.text breakpoints from Debugger to PyShell.PyShellEditorWindow and refactored. 5. Implement reloading subprocess debugger with breakpoints from all open PyShellEditorWindows when debugger is opened or subprocess restarted. 6. Eliminate the break_set attribute, use the breakpoint list instead.
-
- 16 Eyl, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Rev 1.16 (skip. The Edward K. Ream breakpoint fix has been added to bdb.py and idlefork Debugger.py no longer overrides Bdb.set_break() ) Rev 1.17 Remove unnecessary imports
-
- 06 Tem, 2002 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
from both sides of the split debugger. M Debugger.py M EditorWindow.py
-
Kurt B. Kaiser yazdı
2. Remove extraneous comment
-
- 05 Tem, 2002 1 kayıt (commit)
-
-
unknown yazdı
M Debugger.py : Incorporate StackViewer, NamespaceViewer classes M StackViewer.py : remove import OldStackViewer U OldStackViewer.py : remove file
-
- 25 Haz, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 24 Haz, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M Debugger.py : Added clear_file_breaks() M EditorWindow.py : Clear breaks when closed, commments->docstrings, comment out some debugging print statements M PyShell.py : comments->docstrings ; clarify extending EditorWindow methods. M RemoteDebugger.py: Add clear_all_file_breaks() functionality, clarify some comments.
-
- 20 Haz, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
2. Debugger Clear Breakpoints, implement 3. Nice yellow breakpoints for Chui :)
-
- 16 Haz, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Use a repr() on the subprocess side when fetching dict values for stack. The various dict entities are not needed by the debugger GUI, only their representation.
-
- 26 May, 2002 1 kayıt (commit)
-
-
Chui Tey yazdı
-
- 25 Şub, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
missing call to self.canonic().
-
- 13 Tem, 2001 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 15 Agu, 2000 1 kayıt (commit)
-
-
David Scherer yazdı
-
- 25 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Şub, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Much has changed -- too much, in fact, to write down. The big news is that there's a standard way to write IDLE extensions; see extend.txt. Some sample extensions have been provided, and some existing code has been converted to extensions. Probably the biggest new user feature is a new search dialog with more options, search and replace, and even search in files (grep). This is exactly as downloaded from my laptop after returning from the holidays -- it hasn't even been tested on Unix yet.
-
- 24 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Default source and globals checkboxes to false. Don't interact in user_return(). Add primitive set_breakpoint() method.
-
- 16 Eki, 1998 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 15 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Closing it now also does the right thing.
-
- 13 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
source, but it doesn't yet show the stack).
-