Sun, 05 Mar 2017 16:17:28 +0100 |
T.Rzepka |
Little improvements and avoid stepping into libs after an exception.
debugger fine grinding
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 22:18:17 +0100 |
T.Rzepka |
Don't step into print statements.
debugger fine grinding
|
file |
diff |
annotate
|
Sat, 25 Feb 2017 21:11:54 +0100 |
T.Rzepka |
Prevent ordinary breakpoints to steal the focus from an exception.
debugger fine grinding
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 21:37:35 +0100 |
T.Rzepka |
Only code style issues.
debugger fine grinding
|
file |
diff |
annotate
|
Tue, 21 Feb 2017 22:01:20 +0100 |
T.Rzepka |
Get rid of botframe, because we didn't check against it anymore.
debugger fine grinding
|
file |
diff |
annotate
|
Sun, 19 Feb 2017 22:13:48 +0100 |
T.Rzepka |
Improved atexit handling.
debugger fine grinding
|
file |
diff |
annotate
|
Sat, 18 Feb 2017 21:54:09 +0100 |
T.Rzepka |
Obsolete because of better SystemExit handling.
debugger fine grinding
|
file |
diff |
annotate
|
Sat, 18 Feb 2017 13:58:48 +0100 |
T.Rzepka |
Handling of unhandled exceptions restored.
debugger fine grinding
|
file |
diff |
annotate
|
Sat, 18 Feb 2017 13:52:07 +0100 |
T.Rzepka |
Improved handling of program termination. atexit is only run once as specified anymore.
debugger fine grinding
|
file |
diff |
annotate
|
Fri, 17 Feb 2017 22:10:34 +0100 |
T.Rzepka |
Remove obsolete parameter 'frame' at user_exception function.
debugger fine grinding
|
file |
diff |
annotate
|
Thu, 12 Jan 2017 19:21:16 +0100 |
Detlev Offenbach |
Fixed a subtle bug in the debugger client causing it to exit, if the first line is an import statement.
|
file |
diff |
annotate
|
Sat, 31 Dec 2016 13:34:21 +0100 |
Detlev Offenbach |
Updated copyright for 2017.
|
file |
diff |
annotate
|
Thu, 03 Nov 2016 22:30:07 +0100 |
T.Rzepka |
Restore normal stop functionality (F10).
|
file |
diff |
annotate
|
Tue, 25 Oct 2016 22:54:36 +0200 |
T.Rzepka |
Easier and fail save way to get the correct botframe at sys.breakpoint.
|
file |
diff |
annotate
|
Tue, 25 Oct 2016 22:50:59 +0200 |
T.Rzepka |
Wrong frames when running in sys.breakpoint fixed.
|
file |
diff |
annotate
|
Fri, 21 Oct 2016 23:14:16 +0200 |
T.Rzepka |
Make PyPy stop at breakpoints again.
|
file |
diff |
annotate
|
Fri, 14 Oct 2016 23:02:38 +0200 |
T.Rzepka |
Merge with default branch.
|
file |
diff |
annotate
| base
|
Sun, 09 Oct 2016 22:22:36 +0200 |
T.Rzepka |
Collect all running threads, even if they were not started by the debug client.
debugger speed
|
file |
diff |
annotate
|
Sat, 08 Oct 2016 21:01:32 +0200 |
T.Rzepka |
Give the next debugger command to the thread where we are stopped at the moment.
debugger speed
|
file |
diff |
annotate
|
Fri, 07 Oct 2016 22:50:48 +0200 |
T.Rzepka |
Insert import hook to modify thread module to use our bootstrap.
debugger speed
|
file |
diff |
annotate
|
Thu, 06 Oct 2016 22:51:04 +0200 |
T.Rzepka |
Make attachThread and dumpThreadList runnable again.
debugger speed
|
file |
diff |
annotate
|
Thu, 06 Oct 2016 22:28:12 +0200 |
T.Rzepka |
Relocated some methods from Debug*Thread and the remaining modules into a new one.
debugger speed
|
file |
diff |
annotate
|
Tue, 04 Oct 2016 22:38:29 +0200 |
T.Rzepka |
Some clean up and restructuring.
debugger speed
|
file |
diff |
annotate
|
Tue, 04 Oct 2016 21:45:33 +0200 |
T.Rzepka |
Change evaluation of last frame to run atexit functions again.
debugger speed
|
file |
diff |
annotate
|
Tue, 04 Oct 2016 21:25:15 +0200 |
T.Rzepka |
Unify the three different variants of getStack (user_line and user_exception).
debugger speed
|
file |
diff |
annotate
|
Tue, 04 Oct 2016 21:14:28 +0200 |
T.Rzepka |
Changed calculation of line numbers in a function to work properly on Python 3.
debugger speed
|
file |
diff |
annotate
|
Fri, 30 Sep 2016 19:38:17 +0200 |
Detlev Offenbach |
- Fixed an interesting issue showing up when the code contains an invalid future statement in the Python 2 debugger.
6_1_x
|
file |
diff |
annotate
|
Wed, 28 Sep 2016 22:34:54 +0200 |
T.Rzepka |
Invalid __future__ import didn't show a valid error message on Python 2.
debugger speed
|
file |
diff |
annotate
|
Sat, 24 Sep 2016 22:52:13 +0200 |
T.Rzepka |
Combined version of the Python debugger.
debugger speed
|
file |
diff |
annotate
|
Mon, 19 Sep 2016 22:47:52 +0200 |
T.Rzepka |
Preparation for combining the Python 2 and 3 debug clients. Base is Python 3.
debugger speed
|
file |
diff |
annotate
| base
|
Tue, 13 Sep 2016 18:37:20 +0200 |
Detlev Offenbach |
Fixed some bugs in the debug clients.
6_1_x
|
file |
diff |
annotate
|
Sat, 10 Sep 2016 16:29:20 +0200 |
Detlev Offenbach |
Little addition to the debuggers to make them more compatible with PyPy.
6_1_x
|
file |
diff |
annotate
|
Sat, 03 Sep 2016 18:02:37 +0200 |
Detlev Offenbach |
Ported the debugger modernization changes to the Python 2 debugger.
jsonrpc
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 23:08:38 +0200 |
T.Rzepka |
Remove some obsolet code, which can't be executed anymore.
debugger speed
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 22:51:36 +0200 |
T.Rzepka |
Not much left of bdb, so removed it entirely.
debugger speed
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 22:50:36 +0200 |
T.Rzepka |
New set_trace for sys.breakpoint to reflect the changes in previous commit.
debugger speed
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 22:38:07 +0200 |
T.Rzepka |
Determination where to stop in stop_here heavily reworked.
debugger speed
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 22:30:48 +0200 |
T.Rzepka |
Don't use bdb.BdbQuit anymore.
debugger speed
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 22:02:45 +0200 |
T.Rzepka |
Don't check the quitting flag after each operation.
debugger speed
|
file |
diff |
annotate
|
Sun, 24 Jul 2016 21:34:54 +0200 |
T.Rzepka |
Improvements on eric's set_trace and set_continue if not in debugging mode.
debugger speed
|
file |
diff |
annotate
|
Sun, 24 Jul 2016 21:13:03 +0200 |
T.Rzepka |
Hide frames belonging to the debugger at a regular breakpoint.
debugger speed
|
file |
diff |
annotate
|
Sun, 24 Jul 2016 20:59:57 +0200 |
T.Rzepka |
Code prevented to stop other than in main file on sys.breakpoint.
debugger speed
|
file |
diff |
annotate
|
Sat, 23 Jul 2016 14:15:43 +0200 |
T.Rzepka |
Hide frames belonging to the debugger at a recursion exception.
debugger speed
|
file |
diff |
annotate
|
Sat, 23 Jul 2016 14:12:07 +0200 |
T.Rzepka |
Fixed some code style issues and removed the obsolete method shouldSkip.
debugger speed
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 22:14:24 +0200 |
T.Rzepka |
Don't track the recursion limit by hand.
debugger speed
|
file |
diff |
annotate
|
Tue, 19 Jul 2016 22:20:51 +0200 |
T.Rzepka |
Check only once if a function / method has a breakpoint.
debugger speed
|
file |
diff |
annotate
|
Mon, 18 Jul 2016 22:12:12 +0200 |
T.Rzepka |
No polling of incoming messages. Just wait for a flag.
debugger speed
|
file |
diff |
annotate
|
Sun, 17 Jul 2016 22:40:53 +0200 |
T.Rzepka |
Breakpoint and Watch and thier basic methods in new classes extracted.
debugger speed
|
file |
diff |
annotate
|
Sat, 02 Jul 2016 21:58:09 +0200 |
T.Rzepka |
Avoid unnecessary function calls.
debugger speed
|
file |
diff |
annotate
|
Fri, 01 Jul 2016 21:54:07 +0200 |
T.Rzepka |
Don't canonic the filename any more and cache it.
debugger speed
|
file |
diff |
annotate
|
Sun, 26 Jun 2016 16:32:01 +0200 |
T.Rzepka |
First improvements on debugger speed: Cheaper detection of unwanted files and
debugger speed
|
file |
diff |
annotate
|
Sun, 10 Jan 2016 13:55:21 +0100 |
T.Rzepka |
Determination of frame boundaries corrected.
6_1_x
|
file |
diff |
annotate
|
Sun, 10 Jan 2016 13:55:21 +0100 |
T.Rzepka |
Determination of frame boundaries corrected.
|
file |
diff |
annotate
|
Fri, 08 Jan 2016 22:14:39 +0100 |
T.Rzepka |
Store values entered into the shell in selected frame.
6_1_x
|
file |
diff |
annotate
|
Fri, 08 Jan 2016 22:14:39 +0100 |
T.Rzepka |
Store values entered into the shell in selected frame.
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:13:13 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
6_1_x
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:12:12 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
|
file |
diff |
annotate
|
Sun, 15 Nov 2015 14:29:20 +0100 |
Detlev Offenbach |
Dealt with the M801 code style checker messages.
|
file |
diff |
annotate
|
Sun, 15 Nov 2015 13:52:29 +0100 |
Detlev Offenbach |
Fixed a few coding style issue related to 'blind except:' statements.
|
file |
diff |
annotate
|
Wed, 04 Nov 2015 16:25:25 +0100 |
Detlev Offenbach |
Fixed a few code style issues (forgotten future imports, copyrights,...).
6_1_x
|
file |
diff |
annotate
|