Wed, 27 Mar 2019 20:09:37 +0100 |
Detlev Offenbach |
Unit Test: added capability to run test with debugger support and to stop the test on the first error or failure.
|
file |
diff |
annotate
|
Tue, 26 Mar 2019 19:29:30 +0100 |
Detlev Offenbach |
UnittestDialog: implemented the remote part fo 'discover only'.
|
file |
diff |
annotate
|
Sun, 24 Mar 2019 19:18:56 +0100 |
Detlev Offenbach |
UnittestDialog: started implementing pure discovery support.
|
file |
diff |
annotate
|
Sun, 24 Mar 2019 16:37:44 +0100 |
Detlev Offenbach |
UnittestDialog: refined the handling of "Rerun Failed".
|
file |
diff |
annotate
|
Sun, 24 Mar 2019 16:11:19 +0100 |
Detlev Offenbach |
UnittestDialog: did some refinements and error corrections.
|
file |
diff |
annotate
|
Sat, 23 Mar 2019 16:45:26 +0100 |
Detlev Offenbach |
UnittestDialog: added capability to auto-discover tests.
|
file |
diff |
annotate
|
Fri, 22 Mar 2019 19:11:11 +0100 |
Detlev Offenbach |
UnittestDialog: fixed an issue running tests for a project and removed the (obsolete) 'local' option.
|
file |
diff |
annotate
|
Sun, 10 Mar 2019 19:29:42 +0100 |
Detlev Offenbach |
DebugClientBase: added comments to remember what is going on.
|
file |
diff |
annotate
|
Sun, 10 Mar 2019 15:05:44 +0100 |
Detlev Offenbach |
DebugClientBase: changed the name reslver of the debug client to overcome slow name resolution issues.
|
file |
diff |
annotate
|
Wed, 13 Feb 2019 18:59:31 +0100 |
Detlev Offenbach |
Fixed some code style issues detected by the updated style checker (over-indented lines).
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 14:18:48 +0100 |
Detlev Offenbach |
Updated copyright for 2019.
|
file |
diff |
annotate
|
Mon, 12 Nov 2018 19:48:08 +0100 |
Detlev Offenbach |
Python.DebugClientBase: : changed the run logic to (hopefully) cope with a situation causing 100% CPU load when the IDE is not shut down cleanly.
|
file |
diff |
annotate
|
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
|