Guido van Rossum
|
39926e4bba
|
Use of Breakpoint class should be bdb.Breakpoint.
|
1998-10-24 01:28:22 +00:00 |
Guido van Rossum
|
b52cfa1d97
|
Use and pass through the 'force' flag to set_dict() where appropriate.
Default source and globals checkboxes to false.
Don't interact in user_return().
Add primitive set_breakpoint() method.
|
1998-10-19 02:24:40 +00:00 |
Guido van Rossum
|
3fb3515303
|
Restructured and more consistent. Save checkboxes across instantiations.
|
1998-10-16 21:09:05 +00:00 |
Guido van Rossum
|
5188a25efe
|
Debugger can now show local and global variables.
|
1998-10-16 18:59:39 +00:00 |
Guido van Rossum
|
6b384833f3
|
Oops
|
1998-10-16 17:16:59 +00:00 |
Guido van Rossum
|
80d132deda
|
Better debugger support (show stack etc).
|
1998-10-16 16:12:11 +00:00 |
Guido van Rossum
|
b7ffca393f
|
Don't show function name if there is none
|
1998-10-15 12:18:49 +00:00 |
Guido van Rossum
|
35e55da7dc
|
Polish the Debugger GUI a bit.
Closing it now also does the right thing.
|
1998-10-14 03:43:05 +00:00 |
Guido van Rossum
|
35f7542e83
|
Ad primitive debugger interface (so far it will step and show you the
source, but it doesn't yet show the stack).
|
1998-10-13 23:51:13 +00:00 |