Commit graph

409 commits

Author SHA1 Message Date
Karthik Nadig
313cb04bbb Add supportsSetExpression to tests. 2018-03-21 11:15:54 -07:00
Don Jayamanne
464f7c64c3
Ignore errors when closing the socket (#230)
* Ignore errors when closing the socket
* fix code review comments
* Fixes #228
2018-03-21 10:35:50 -07:00
Don Jayamanne
19a6627d28
Remove args from handler (args captured in factory function scope) (#229)
Fixes #227
2018-03-20 16:06:33 -07:00
Eric Snow
f2e881da4c
Merge pull request #226 from ericsnowcurrently/fix-highlevel-tests
Fix the test suite (mostly).
2018-03-19 19:15:21 -07:00
Eric Snow
ae56422f48 Fix bad unicode in source. 2018-03-20 01:58:53 +00:00
Eric Snow
2c8e602a1e lint (py2) 2018-03-20 01:55:46 +00:00
Eric Snow
0caac506c6 Use the equivalent of BrokenPipeError in Python 2. 2018-03-20 01:54:36 +00:00
Eric Snow
7a9d7e2cd7 Fix SetVariable tests. 2018-03-20 01:37:28 +00:00
Eric Snow
13666f26b3 Add a new protocol result to tests. 2018-03-20 01:13:40 +00:00
Eric Snow
9096024384 Fix init options. 2018-03-20 01:12:52 +00:00
Eric Snow
86baf5a0f8 lint 2018-03-20 00:53:45 +00:00
Eric Snow
b076906e02
Merge pull request #215 from ericsnowcurrently/tests-using-pydevd
Add some initial tests that each use a live pydevd.
2018-03-19 16:56:32 -07:00
Eric Snow
3f419bce1d Fix filename generation. 2018-03-19 23:52:09 +00:00
Karthik Nadig
bcbea8bb5a
Merge pull request #218 from karthiknadig/exec
Do eval and exec for repl evaluate requests
2018-03-19 13:31:41 -07:00
Pavel Minaev
1ea628dbb6 Fix #220: Remove py2 from wheel tag. Gracefully handle Cython extension build failure. 2018-03-19 11:59:40 -07:00
Pavel Minaev
3a63c00330 Include setup_cython.py into dist package 2018-03-19 11:20:16 -07:00
Pavel Minaev
df5d1a1863 Update version number to 4.0.0a2 2018-03-19 10:56:45 -07:00
Steve Dower
ae364f3c05
Merge pull request #217 from zooba/winbuild
Enable build and sign on Windows
2018-03-19 10:30:14 -07:00
Steve Dower
fd4a454bbd Add False 2018-03-19 09:22:41 -07:00
Steve Dower
4cfb6caf75
Remove default value parameter 2018-03-17 17:20:47 -07:00
Karthik Nadig
1eb26a6004 Do eval and exec for repl evaluate requests 2018-03-16 21:20:53 -07:00
Steve Dower
d448795941 Add sdist build step 2018-03-16 15:21:26 -07:00
Steve Dower
a70c560192 Run cython build as part of setup.py, except when using build_all.ps1 2018-03-16 14:41:54 -07:00
Steve Dower
dce10390c5 Fix build directories 2018-03-16 14:03:22 -07:00
Steve Dower
344bab9299 Fixes pyfindvs reference 2018-03-16 13:42:57 -07:00
Steve Dower
58d50a58da Fixes build and adds support for code signing native binaries. 2018-03-16 13:36:04 -07:00
Karthik Nadig
5e6f77587d
Merge pull request #214 from karthiknadig/exec
Enable set setting values for collection items
2018-03-15 22:57:08 -07:00
Karthik Nadig
82cac1db14
Merge pull request #212 from karthiknadig/bugs
Support display in hex
2018-03-15 22:55:53 -07:00
Karthik Nadig
245df5efe5 Addressing comments 2018-03-15 22:46:06 -07:00
Eric Snow
b8c1107838 Add high-level tests that use a live pydevd. 2018-03-16 00:07:36 +00:00
Eric Snow
8da6847a8d Ignore bad (closed) file descriptors. 2018-03-16 00:07:36 +00:00
Eric Snow
90bd59a686 Fix missing events in tests. 2018-03-15 22:15:06 +00:00
Eric Snow
42dd0d16ae Fix exit handling in tests. 2018-03-15 22:14:40 +00:00
Eric Snow
562e3aeaa1 Emit a warning if handlers time out. 2018-03-15 21:14:54 +00:00
Eric Snow
a05d41c0ed Only release the lock if acquired. 2018-03-15 21:14:54 +00:00
Karthik Nadig
e2b26db29d Enable set setting values for collection items 2018-03-15 13:37:05 -07:00
Eric Snow
adb0bbbfa6 Add a testing helper for using pydevd live with a fake VSC. 2018-03-15 16:17:52 +00:00
Eric Snow
f75378b974 Add a Workspace helper. 2018-03-15 16:17:52 +00:00
Eric Snow
af3743f170 Factor out MessageDaemon. 2018-03-15 16:16:31 +00:00
Eric Snow
0ca1429d78 Factor out helper functions for the debugger "main()". 2018-03-15 16:11:16 +00:00
Eric Snow
473c34771f Cleanup the wrapper start functions. 2018-03-14 18:40:51 +00:00
Karthik Nadig
7ac28225ff Support display in hex 2018-03-13 15:06:30 -07:00
Eric Snow
fd8b046ea9 Add more socket methods to PydevdSocket. 2018-03-12 23:45:27 +00:00
Eric Snow
a681e3e0db Split apart VSCFixture and PyDevdFixture. 2018-03-12 19:58:14 +00:00
Karthik Nadig
995f3868ab
Merge pull request #192 from karthiknadig/bugs
Fixes path too long bug when expanding large collections
2018-03-09 13:45:14 -08:00
Karthik Nadig
7d73c1a22e Fixes path too long bug when expanding large collections 2018-03-09 13:22:04 -08:00
Karthik Nadig
11d9cc4402
Merge pull request #189 from karthiknadig/bugs
Adds evaluateName for variables within containers
2018-03-09 12:27:20 -08:00
Karthik Nadig
f5db8202bb Simplify index or key code 2018-03-09 11:00:24 -08:00
Karthik Nadig
f09ba06108 Removing debug code 2018-03-09 11:00:24 -08:00
Karthik Nadig
2a8ef35fe1 Add support for dictionary keys 2018-03-09 11:00:23 -08:00