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
|
Sat, 04 Jul 2015 17:31:46 +0200 |
Detlev Offenbach |
Changed the Python debugger backends to evaluate statements entered into the shell in the frame selected in the local variables viewer.
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 18:58:34 +0200 |
Detlev Offenbach |
Fixed an issue in the debugger backend causing a crash if a class reimplements __repr__ and a breakpoint is set in the __init__() method of such class.
|
file |
diff |
annotate
|
Sun, 01 Feb 2015 18:25:31 +0100 |
Detlev Offenbach |
Corrected some code style issues.
|
file |
diff |
annotate
|
Fri, 23 Jan 2015 20:27:35 +0100 |
Detlev Offenbach |
Fixed a serious issue handling 'non-error' exceptions in the debugger. This bug was about 10 years old.
|
file |
diff |
annotate
|
Thu, 01 Jan 2015 13:11:59 +0100 |
Detlev Offenbach |
Updated copyright for 2015.
|
file |
diff |
annotate
|
Sat, 05 Jul 2014 12:13:23 +0200 |
Detlev Offenbach |
Finished renaming eric5 for PyQt5 to eric6.
|
file |
diff |
annotate
|
Sun, 18 May 2014 14:13:09 +0200 |
Detlev Offenbach |
Corrected a bunch of source docu issues.
|
file |
diff |
annotate
|
Wed, 01 Jan 2014 14:40:41 +0100 |
Detlev Offenbach |
Updated copyright for 2014.
5_3_x
|
file |
diff |
annotate
|
Wed, 01 Jan 2014 14:38:45 +0100 |
Detlev Offenbach |
Updated copyright for 2014.
|
file |
diff |
annotate
|
Sat, 19 Oct 2013 11:49:31 +0200 |
Detlev Offenbach |
Fixed various coding style issues.
|
file |
diff |
annotate
|
Mon, 14 Oct 2013 20:08:19 +0200 |
Detlev Offenbach |
Fixed a bunch of visible indentation issues.
|
file |
diff |
annotate
|
Sun, 06 Oct 2013 18:02:21 +0200 |
Detlev Offenbach |
Continued to shorten the code lines to max. 79 characters.
|
file |
diff |
annotate
|
Sat, 28 Sep 2013 19:06:25 +0200 |
Detlev Offenbach |
Started correcting doc strings by using the new doc string checker.
|
file |
diff |
annotate
|
Sun, 22 Sep 2013 16:03:25 +0200 |
Detlev Offenbach |
Fixed an issue in the Python debugger backends when a syntax error was raised for an invalid source file. That will be treated now like any other exception.
|
file |
diff |
annotate
|
Mon, 06 May 2013 19:58:43 +0200 |
Detlev Offenbach |
Fixed an issue in the debugger backends remembering the frame local scope.
5_3_x
|
file |
diff |
annotate
|
Mon, 06 May 2013 19:58:43 +0200 |
Detlev Offenbach |
Fixed an issue in the debugger backends remembering the frame local scope.
|
file |
diff |
annotate
|
Fri, 26 Apr 2013 19:37:21 +0200 |
Detlev Offenbach |
Added a viewer for the call stack leading to the current line.
|
file |
diff |
annotate
|