Mon, 24 Feb 2025 15:43:49 +0100 |
Detlev Offenbach |
Adjusted the code to the modified issue codes.
eric7
|
file |
diff |
annotate
|
Tue, 10 Dec 2024 15:46:34 +0100 |
Detlev Offenbach |
Updated copyright for 2025.
eric7
|
file |
diff |
annotate
|
Thu, 31 Oct 2024 20:01:36 +0100 |
Detlev Offenbach |
Fixed a few issue places accessing a frame f_locals and f_globals.
eric7
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 14:14:04 +0200 |
Detlev Offenbach |
Modified the debug client base class to better cope with host name resolving issues.
eric7
|
file |
diff |
annotate
|
Wed, 15 May 2024 10:45:50 +0200 |
Detlev Offenbach |
Merged with branch 'eric7' in order to track these changes.
server
|
file |
diff |
annotate
|
Mon, 22 Apr 2024 15:15:36 +0200 |
Detlev Offenbach |
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
eric7
|
file |
diff |
annotate
|
Sat, 20 Apr 2024 18:01:36 +0200 |
Detlev Offenbach |
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
eric7
|
file |
diff |
annotate
|
Sun, 11 Feb 2024 18:35:44 +0100 |
Detlev Offenbach |
Implemented (most) of the eric-ide server debugging functionality.
server
|
file |
diff |
annotate
|
Wed, 07 Feb 2024 15:28:08 +0100 |
Detlev Offenbach |
Changed the interface to the debug client to make it a bit more robust and harmonize it with other such interfaces.
server
|
file |
diff |
annotate
|
Fri, 02 Feb 2024 14:33:16 +0100 |
Detlev Offenbach |
DebugClient
eric7
|
file |
diff |
annotate
|
Fri, 12 Jan 2024 12:08:29 +0100 |
Detlev Offenbach |
Changed some import statements for 'importlib' to 'importlib.util' because sometimes the first doesn't work properly (reason unknown but somewhere in the interpreter).
eric7
|
file |
diff |
annotate
|
Sat, 23 Dec 2023 15:48:12 +0100 |
Detlev Offenbach |
Updated copyright for 2024.
eric7
|
file |
diff |
annotate
|
Tue, 19 Dec 2023 19:57:08 +0100 |
Detlev Offenbach |
Converted some source code documentation to the new style.
eric7
|
file |
diff |
annotate
|
Sun, 17 Dec 2023 17:15:19 +0100 |
Detlev Offenbach |
Modernized some code and converted Debug Client and Debugger source code documentation to the new style.
eric7
|
file |
diff |
annotate
|
Wed, 22 Nov 2023 17:19:10 +0100 |
Detlev Offenbach |
Modernized some code and corrected some code style issues.
eric7
|
file |
diff |
annotate
|
Sat, 18 Nov 2023 15:18:17 +0100 |
Detlev Offenbach |
Debugger
eric7
|
file |
diff |
annotate
|
Tue, 07 Nov 2023 11:03:13 +0100 |
Detlev Offenbach |
Debugger
eric7
|
file |
diff |
annotate
|
Wed, 24 May 2023 19:54:24 +0200 |
Detlev Offenbach |
Corrected and checked some code style issues.
eric7
|
file |
diff |
annotate
|
Mon, 22 May 2023 09:07:37 +0200 |
Detlev Offenbach |
Corrected some code style issues detected by the extended checkers.
eric7
|
file |
diff |
annotate
|
Wed, 11 Jan 2023 15:03:59 +0100 |
Detlev Offenbach |
Debug Client - Python
eric7
|
file |
diff |
annotate
|
Sat, 31 Dec 2022 16:23:21 +0100 |
Detlev Offenbach |
Updated copyright for 2023.
eric7
|
file |
diff |
annotate
|
Sun, 27 Nov 2022 17:59:59 +0100 |
Tobias Rzepka |
Improved stack handling in some special cases, e.g. exception in a C-lib or function with breakpoint.
eric7
|
file |
diff |
annotate
|
Mon, 07 Nov 2022 17:19:58 +0100 |
Detlev Offenbach |
Corrected/acknowledged some bad import style and removed some obsolete code.
eric7
|
file |
diff |
annotate
|
Fri, 04 Nov 2022 13:52:26 +0100 |
Detlev Offenbach |
Resorted the import statements using isort.
eric7
|
file |
diff |
annotate
|
Wed, 02 Nov 2022 12:07:01 +0100 |
Detlev Offenbach |
Changed code to resolve or acknowledge some potential security issues.
eric7
|
file |
diff |
annotate
|
Tue, 18 Oct 2022 10:50:38 +0200 |
Detlev Offenbach |
Changed the way the IDE script is determined for debugging/running/... an eric IDE plug-in.
eric7
|
file |
diff |
annotate
|
Thu, 13 Oct 2022 17:55:37 +0200 |
Detlev Offenbach |
Reformatted the code with the black tool.
eric7
|
file |
diff |
annotate
|
Wed, 12 Oct 2022 19:54:22 +0200 |
Detlev Offenbach |
Corrected a few code style issues.
eric7
|
file |
diff |
annotate
|
Tue, 11 Oct 2022 13:01:02 +0200 |
Detlev Offenbach |
Some corrections to the debugger (frontend and backend).
eric7
|
file |
diff |
annotate
|
Mon, 10 Oct 2022 09:25:29 +0200 |
Detlev Offenbach |
Refined the variables filter a bit.
eric7
|
file |
diff |
annotate
|
Mon, 03 Oct 2022 17:29:30 +0200 |
Detlev Offenbach |
Debugger
eric7
|
file |
diff |
annotate
|
Wed, 13 Jul 2022 14:55:47 +0200 |
Detlev Offenbach |
Reformatted the source code using the 'Black' utility.
eric7
|
file |
diff |
annotate
|
Thu, 07 Jul 2022 11:23:56 +0200 |
Detlev Offenbach |
Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
eric7
|
file |
diff |
annotate
| base
|