Jan
|
78b030f509
|
Fix TypeError in NetCommandFactoryJson.make_get_thread_stack_message() (#928)
Set startFrame and levels to 0 if None to avoid TypeError
|
2022-05-19 16:18:26 -03:00 |
|
Fabio Zadrozny
|
0a40cabe6f
|
Provide option to resolve symlinks when sending paths to the client. Fixes #743
|
2022-05-02 08:26:45 -03:00 |
|
giacomo
|
57836de416
|
improve code readability for sonarcloud checks
|
2022-05-02 00:16:19 -07:00 |
|
giacomo
|
644c658e75
|
no need to use f-string
|
2022-05-02 00:16:19 -07:00 |
|
giacomo
|
a9a170bd63
|
re-format with black
|
2022-05-02 00:16:19 -07:00 |
|
giacomo
|
a9ea29ca22
|
add tests for string to nums conversion during json parsing
|
2022-05-02 00:16:19 -07:00 |
|
giacomo
|
7597e466c4
|
more flexible logic that try converting str to number with all classinfo and fall back on error message when not successfull
|
2022-05-02 00:16:19 -07:00 |
|
giacomo
|
50632736bf
|
re-format with black
|
2022-05-02 00:16:19 -07:00 |
|
giacomo
|
eb8095cbe6
|
add automatic conversion from string to int/float type, during type checks
|
2022-05-02 00:16:19 -07:00 |
|
Pavel Minaev
|
729c02f866
|
Update timeline.md
|
2022-05-02 00:12:51 -07:00 |
|
Pavel Minaev
|
7623694856
|
Update timeline.md
|
2022-05-02 00:12:51 -07:00 |
|
Fabio Zadrozny
|
eaadb6c681
|
Show warnings evaluating in repl. Fixes #774
|
2022-04-23 07:43:52 -03:00 |
|
Fabio Zadrozny
|
3d7499958c
|
Make errors with conditional breakpoints clearer. Fixes #893
|
2022-04-22 07:32:51 -03:00 |
|
Fabio Zadrozny
|
e615771b24
|
Breakpoint log messages should be printed when stepping too. Fixes #705
|
2022-04-22 07:31:02 -03:00 |
|
Fabio Zadrozny
|
6174f4c4bd
|
Don't call frame.f_locals multiple times when assigning locals after evaluation. Fixes #915
|
2022-04-22 07:30:04 -03:00 |
|
Fabio Zadrozny
|
7be59933b1
|
If pandas has lower defaults for repr, use them. Fixes #889
|
2022-04-15 14:50:15 -03:00 |
|
Fabio Zadrozny
|
de58062f83
|
Handle case where client may send files with different casing. Fixes #896
|
2022-04-15 07:51:47 -03:00 |
|
Pavel Minaev
|
87facf1378
|
Fix CodeQL GitHub permissions.
|
2022-04-13 12:24:00 -07:00 |
|
Pavel Minaev
|
d1e5db7d8e
|
Use new-style super() everywhere.
|
2022-04-13 11:38:41 -07:00 |
|
Pavel Minaev
|
dd5196fbfc
|
Blacken code.
|
2022-04-13 11:38:41 -07:00 |
|
Pavel Minaev
|
cb25e2f106
|
Fix version check on Python 2.
|
2022-04-13 11:38:41 -07:00 |
|
Pavel Minaev
|
3a1ecbac86
|
Remove more workarounds for old Python versions.
|
2022-04-13 11:38:41 -07:00 |
|
Pavel Minaev
|
a6d63ce760
|
Add version check.
|
2022-04-13 11:38:41 -07:00 |
|
Pavel Minaev
|
0f428178b0
|
Remove debugpy.compat, custom !j formatter for JSON, and related helpers.
|
2022-04-13 11:38:41 -07:00 |
|
Pavel Minaev
|
1965b47034
|
Get rid of fmt() and use idiomatic format() and f"" instead.
|
2022-04-13 11:38:41 -07:00 |
|
Pavel Minaev
|
98087352cb
|
Remove code paths for unsupported Python versions.
|
2022-04-13 11:38:41 -07:00 |
|
Pavel Minaev
|
e87017e0b3
|
Remove redundant "from __future__ import ..."
|
2022-04-13 11:38:41 -07:00 |
|
Joshua Tzucker
|
266a19809a
|
Fix typo in README example command
- `--config-subProcess` -> `--configure-subProcess`
|
2022-04-13 11:01:38 -07:00 |
|
Pavel Minaev
|
87ef7307a4
|
Update README.md
|
2022-04-12 16:22:04 -07:00 |
|
Pavel Minaev
|
f3d9eb7853
|
Update timeline.md
|
2022-04-11 16:48:07 -07:00 |
|
Fabio Zadrozny
|
7f3ee2b120
|
Fix segfault attaching debugger to a running process. Fixes #882
|
2022-04-11 16:17:03 -03:00 |
|
Fabio Zadrozny
|
7f25cb22b8
|
Send exit message before process is replaced. WIP #865
|
2022-04-09 08:31:07 -03:00 |
|
Fabio Zadrozny
|
1b568ab86a
|
Re-enable frame eval mode by default.
|
2022-04-07 10:31:14 -07:00 |
|
Pavel Minaev
|
2ac9538dd5
|
Add debug config property "clientOS" to replace "WindowsClient" / "UnixClient" in "debugOptions".
|
2022-03-23 16:26:12 -07:00 |
|
Pavel Minaev
|
da25139b47
|
Increase timeout for code coverage in Windows tests.
|
2022-03-23 15:20:29 -07:00 |
|
Pavel Minaev
|
1a6c323599
|
Remove Python 3.6 support.
|
2022-03-23 15:20:29 -07:00 |
|
Pavel Minaev
|
fb56410a65
|
Clean up configs.
|
2022-03-23 15:20:29 -07:00 |
|
Fabio Zadrozny
|
5e80ce1f77
|
More code changes related to dropping Python 2.7.
|
2022-03-19 07:57:42 -03:00 |
|
Graham Wheeler
|
094a8fd9c8
|
Delete report.yml
|
2022-03-18 20:27:21 -07:00 |
|
Graham Wheeler
|
4d25af30cd
|
Delete fullreport.yml
|
2022-03-18 20:27:12 -07:00 |
|
Graham Wheeler
|
dc734a817f
|
Update fullreport.yml
Include schedule and manual triggers
|
2022-03-17 13:48:47 -07:00 |
|
Graham Wheeler
|
dcca59687c
|
Update report.yml
Include schedule and manual triggers
|
2022-03-17 13:48:06 -07:00 |
|
Graham Wheeler
|
9d5969a7b6
|
Update fullreport.yml
Fix name and make manual to test
|
2022-03-17 13:30:07 -07:00 |
|
Graham Wheeler
|
8ffb895dba
|
Create fullreport.yml
Add workflow for weekly full report
|
2022-03-17 13:28:08 -07:00 |
|
Graham Wheeler
|
fed292a89a
|
Update report.yml
Add Fabio as team member
|
2022-03-17 13:23:07 -07:00 |
|
Graham Wheeler
|
02ebfabe97
|
Update report.yml
Change back to scheduled reports
|
2022-03-17 12:18:59 -07:00 |
|
Graham Wheeler
|
e52a2ce2d6
|
Update report.yml
Push to a 'reports' branch as main is protected
|
2022-03-17 11:18:01 -07:00 |
|
Graham Wheeler
|
f2af67be7d
|
Update report.yml
Add explicit team and permissions.
|
2022-03-17 11:07:03 -07:00 |
|
Graham Wheeler
|
48a495c4df
|
Update report.yml
Make manual for testing
|
2022-03-17 10:02:00 -07:00 |
|
Graham Wheeler
|
b8f1f5c5ed
|
Use Github action instead of inlining everything
|
2022-03-16 18:16:54 -07:00 |
|