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
Thu, 25 Apr 2013 19:52:40 +0200 Detlev Offenbach Extended the Python debugger backends to report the call arguments and values of the frames. file | diff | annotate
Wed, 02 Jan 2013 10:33:09 +0100 Detlev Offenbach Updated copyright for 2013. 5_2_x file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Thu, 01 Nov 2012 18:29:58 +0100 Detlev Offenbach Finished the coding part of the call trace functionality. file | diff | annotate
Mon, 29 Oct 2012 19:21:15 +0100 Detlev Offenbach Fixed some typos in source docu. file | diff | annotate
Mon, 26 Dec 2011 19:32:02 +0100 Detlev Offenbach Updated copyright for 2012. 5_1_x file | diff | annotate
Mon, 26 Dec 2011 19:31:22 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
Sat, 03 Dec 2011 12:28:34 +0100 Detlev Offenbach Fixed issues formatting the exit value in the debugger backends. 5_1_x file | diff | annotate
Sat, 03 Dec 2011 12:28:34 +0100 Detlev Offenbach Fixed issues formatting the exit value in the debugger backends. file | diff | annotate
Sun, 05 Jun 2011 18:25:36 +0200 Detlev Offenbach Improved code quality by getting rid of star imports. That way pyflakes can do its job. A few bugs fixed found by flakes. file | diff | annotate
Fri, 11 Mar 2011 16:51:57 +0100 Detlev Offenbach Made code mostly PEP 8 compliant (except all whitespace and line length). file | diff | annotate
Thu, 10 Mar 2011 10:27:57 +0100 Detlev Offenbach Fixed an issue in the Python debuggers related to the usage of the locals dictionary. file | diff | annotate
(0) -60 tip

eric ide

mercurial