Fri, 06 Jul 2018 20:30:36 +0200 T.Rzepka Support of breakpoint() builtin of Python 3.7 file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. 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
Tue, 20 Jun 2017 14:45:35 +0200 Detlev Offenbach Fixed a code style issue. file | diff | annotate
Wed, 07 Jun 2017 21:38:57 +0200 T.Rzepka Display uncaught GeneratorExit and StopIteration exceptions. file | diff | annotate
Mon, 24 Apr 2017 21:37:19 +0200 T.Rzepka Avoid exception when stepping through greenlet's tasklets. file | diff | annotate
Mon, 10 Apr 2017 21:40:17 +0200 T.Rzepka Patch from Detlev revised to avoid an additional check on every call. file | diff | annotate
Sat, 08 Apr 2017 20:31:04 +0200 Detlev Offenbach Fixed an issue in the debug client causing debugging (of eric) to fail misserably. file | diff | annotate
Mon, 03 Apr 2017 18:44:16 +0200 Detlev Offenbach Corrected some translations related issues. file | diff | annotate
Wed, 29 Mar 2017 22:17:43 +0200 T.Rzepka Avoid crashes on using greenlets. debugger fine grinding file | diff | annotate
Fri, 24 Mar 2017 21:39:11 +0100 T.Rzepka report syntax and indentation errors raised by an application or module in the correct manner debugger fine grinding 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
Mon, 20 Mar 2017 22:24:44 +0100 T.Rzepka Bug prevented breakpoint on newly edited files. On rerun, breakpoints were active again. Windows only. 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
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
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
(0) -100 -60 tip

eric ide

mercurial