Commit graph

7 commits

Author SHA1 Message Date
Don Jayamanne
14982d90ba
Fix path mappings with remote debugging (#624)
Fixes #610
2018-07-10 15:09:16 -07:00
Eric Snow
10af45bccc
A bunch of cleanup/lint fixes for the system tests. (#625)
The system tests have a number of minor formatting and structural issues that would be better to clean up sooner rather than later. This PR addresses nearly all of them.
2018-07-09 17:14:57 -06:00
Eric Snow
b25d654987
Do not check __main__.__file__ under -m. (#619)
(fixes #592)

Under certain circumstances, __main__ is a "builtin" module. Such modules do not have a __file__ attribute. Consequently, this caused the pydevd injection code to fail. This PR fixes that.
2018-07-09 12:04:42 -06:00
Don Jayamanne
ab34316cc9
Refactor test classes in system tests (#612) 2018-07-06 20:53:12 -07:00
Don Jayamanne
389a1b1f1e
System tests for breakpoints across files (#598) 2018-07-05 16:49:14 -07:00
Don Jayamanne
04f24a29d8
Add tests to validate arguments passed for debugging (#596)
* Add tests to validate arguments
* remove unused imports
2018-07-05 15:25:17 -07:00
Don Jayamanne
aa5a4ef524
Tests for remote debugging with handled exceptions (#590) 2018-07-05 12:12:39 -07:00