Commit graph

7 commits

Author SHA1 Message Date
Karthik Nadig
5ba6681f0c
Move source request to pydevd. Fixes #1333 (#1380)
* Move source request to pydevd

* Update test to include  sourceReference 0 case

* Check the message for sourceReference 0 case
2019-04-22 12:38:57 -07:00
Karthik Nadig
66deeb108e
Turn off sending continued events by default. (#1360)
* Send continued event only if needed.

* Update tests that are using continued event.

* str because python 2.7 on windows

* Address comments
2019-04-15 19:25:15 -07:00
Fabio Zadrozny
9ec0b7afad Normalize path translation files according to client OS. Fixes #1311 (#1328)
* Fix test in pydevd.

* Normalize path translation files according to client OS. Fixes #1311
2019-04-10 18:03:51 -07:00
Fabio Zadrozny
df028b829c sourceReference = 0 when file is mapped. Fixes #1203 (#1214) 2019-03-11 21:15:09 -07:00
fabioz
2d060f7b0f Support scopes, stackTrace, setVariable, evaluate, setExpression and modules DAP messages in pydevd. #1092 2019-02-25 17:14:34 -03:00
Karthik Nadig
a9df5bfeeb
Map '.' in remoteRoot to current working dir (#1111)
* Map to cwd when remote root is '.'

* Add test for '.' remote root

* Move remote root resolution to a separate function

* print local path and frames in test
2019-01-20 21:55:47 -08:00
Karthik Nadig
9aaf937478
Removing old test code (#1088)
Removing old test code
2019-01-07 13:38:32 -08:00
Renamed from pytests/func/test_path_mapping.py (Browse further)