Kurt B. Kaiser
889f8bf259
Modifying EditorWindow causes breakpoints in that module to be removed
...
from both sides of the split debugger.
M Debugger.py
M EditorWindow.py
2002-07-06 04:22:25 +00:00
Kurt B. Kaiser
a3436d253c
1. Test Sourceforge checkin, idle-dev posting
...
2. Remove extraneous comment
2002-07-06 00:51:33 +00:00
unknown
ed813bff29
Combine OldStackViewer.py with Debugger.py, removing dead code.
...
M Debugger.py : Incorporate StackViewer, NamespaceViewer classes
M StackViewer.py : remove import OldStackViewer
U OldStackViewer.py : remove file
2002-07-05 22:05:24 +00:00
Kurt B. Kaiser
f8096fbba1
Remove all EditorWindow BREAK tags when closing Debugger
2002-06-25 03:28:38 +00:00
Kurt B. Kaiser
83118c6cb3
Clear associated breakpoints when closing an edit window.
...
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.
2002-06-24 17:03:37 +00:00
Kurt B. Kaiser
669f4c3850
1. Debugger Breakpoints, finish implementation
...
2. Debugger Clear Breakpoints, implement
3. Nice yellow breakpoints for Chui :)
2002-06-20 04:01:47 +00:00
Kurt B. Kaiser
0e3a57731b
Polish RemoteDebugger code.
...
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.
2002-06-16 03:32:24 +00:00
Chui Tey
5d2af63cc3
GvR's rpc patch
2002-05-26 13:36:41 +00:00
Guido van Rossum
16ac99a959
Fix by Edward K Ream to make breakpoints work on Windows: insert a
...
missing call to self.canonic().
2002-02-25 23:22:08 +00:00
Kurt B. Kaiser
5291d46755
py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization
2001-07-13 00:07:42 +00:00
David Scherer
7aced17437
Initial revision
2000-08-15 01:13:23 +00:00