Sun, 07 Jan 2018 17:22:37 +0100 Detlev Offenbach Fixed an issue in the debug client base class handling socket read errors. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Sun, 24 Dec 2017 15:19:00 +0100 Detlev Offenbach Fixed an issue in the debug client causing it to enter an inifinite loop if the frontend crashed. file | diff | annotate
Sat, 11 Nov 2017 18:44:04 +0100 Detlev Offenbach Fixed an issue in the debugger backend related to debugging threads. file | diff | annotate
Wed, 08 Nov 2017 19:05:55 +0100 Detlev Offenbach Introduced a configuration option for the debugger variables viewers to limit the variables shown by the variables viewers depending on their size (in order to avoid overload situations on low power or low memory machines). file | diff | annotate
Fri, 03 Nov 2017 17:10:01 +0100 Detlev Offenbach Fixed an issue in DebugClientBase.py causing a simple 'raise' statement in a script to be debugged to fail with Python 2. file | diff | annotate
Thu, 23 Mar 2017 20:30:49 +0100 T.Rzepka move the instruction pointer within the current function (Hotkey: F12) debugger fine grinding file | diff | annotate
Thu, 23 Mar 2017 20:27:21 +0100 T.Rzepka shell autocompleter takes the right global variables into account now debugger fine grinding file | diff | annotate
Wed, 22 Mar 2017 18:50:20 +0100 Detlev Offenbach Fixed a few code style issues related to the usage of mutable types for default arguments. file | diff | annotate
Thu, 16 Mar 2017 19:32:33 +0100 Detlev Offenbach Reworked some __IGNORE_WARNING__ comments to be more specific. file | diff | annotate
Thu, 09 Mar 2017 17:42:44 +0100 Detlev Offenbach Merged with changes provided by Tobias. file | diff | annotate
Wed, 08 Mar 2017 22:28:39 +0100 T.Rzepka Missed a variable name change. file | diff | annotate
Thu, 09 Mar 2017 17:36:12 +0100 Detlev Offenbach Continued fixing code style issues detected by the extended style checker. file | diff | annotate
Tue, 07 Mar 2017 18:53:18 +0100 Detlev Offenbach Started to fix code style issues detected by the extended style checker. file | diff | annotate
Thu, 23 Feb 2017 21:40:26 +0100 T.Rzepka In rare cases the wrong thread could issued to continue. 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
Fri, 17 Feb 2017 22:10:34 +0100 T.Rzepka Remove obsolete parameter 'frame' at user_exception function. debugger fine grinding file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Wed, 26 Oct 2016 21:51:39 +0200 T.Rzepka Fix the variable filter for Python 3. file | diff | annotate
Wed, 26 Oct 2016 19:29:01 +0200 Detlev Offenbach Fixed a code style issue. file | diff | annotate
Tue, 25 Oct 2016 21:45:20 +0200 T.Rzepka Make the variable view and filter consistent between Python2 and Python3. file | diff | annotate
Sat, 15 Oct 2016 22:50:03 +0200 T.Rzepka Encode filenames always as utf-8. file | diff | annotate
Fri, 14 Oct 2016 23:02:38 +0200 T.Rzepka Merge with default branch. file | diff | annotate | base
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
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
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
Thu, 15 Sep 2016 21:49:13 +0200 T.Rzepka Fix an issue when a breakpoint should be ignored a number of times. debugger speed 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
Wed, 03 Aug 2016 21:41:40 +0200 T.Rzepka Bdb.clear_all_breaks doesn't work anymore. BreakpointWatch improved. 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
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:13:50 +0200 T.Rzepka Use precompiled condition at breakpoint like at watches, too. 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
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
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
Wed, 20 Apr 2016 19:38:19 +0200 Detlev Offenbach Corrected a typo. 6_1_x file | diff | annotate
Sun, 17 Apr 2016 21:26:28 +0200 T.Rzepka Gracefully exit the debugger clients, without loosing last lines. 6_1_x file | diff | annotate
Wed, 20 Apr 2016 19:38:19 +0200 Detlev Offenbach Corrected a typo. file | diff | annotate
Sun, 17 Apr 2016 21:26:28 +0200 T.Rzepka Gracefully exit the debugger clients, without loosing last lines. file | diff | annotate
Sun, 13 Mar 2016 12:48:53 +0100 Detlev Offenbach Fixed a few issues introduced while porting the shell completion code from default branch. 6_1_x file | diff | annotate
Mon, 22 Feb 2016 22:26:21 +0100 T.Rzepka Improved shell completer for local variables and behavior of Python versions equaled. 6_1_x file | diff | annotate
Fri, 11 Mar 2016 19:36:55 +0100 Detlev Offenbach Merged with Tobias shell completer changes. file | diff | annotate
Mon, 22 Feb 2016 22:26:21 +0100 T.Rzepka Improved shell completer for local variables and behavior of Python versions equaled. file | diff | annotate
Thu, 10 Mar 2016 20:19:33 +0100 Detlev Offenbach Fixed a few code style issues detected by the updated pep8 checker. file | diff | annotate
Sat, 09 Jan 2016 10:53:04 +0100 Detlev Offenbach Corrected some issues introduced during the recent graft action. 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. 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
Sat, 05 Dec 2015 13:20:36 +0100 Detlev Offenbach Incorporated two little fixes (one slightly changed) provided by Tobias Rzepka. 6_1_x file | diff | annotate
Sat, 05 Dec 2015 13:20:36 +0100 Detlev Offenbach Incorporated two little fixes (one slightly changed) provided by Tobias Rzepka. 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
Sun, 04 Oct 2015 22:37:56 +0200 T.Rzepka Updated coverage to 4.0 (breaks with Python 3.2 support). file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial