Add test for '-m package' interpreter option in debug mode (PY-15230)
authorDmitry Trofimov <dmitry.trofimov@jetbrains.com>
Sun, 30 Oct 2016 12:05:30 +0000 (13:05 +0100)
committerDmitry Trofimov <dmitry.trofimov@jetbrains.com>
Sun, 30 Oct 2016 12:05:30 +0000 (13:05 +0100)
commitd16cac767d627b40389d74e0eb6c8f73fc39404c
treee582383496283b618af987e9d555adeaca58f534
parenteae806e4e2bb45f47b7bebee6457a0b595b306e7
Add test for '-m package' interpreter option in debug mode (PY-15230)

Currently -m is removed while package stays in the options. This breaks the process launch.
python/src/com/jetbrains/python/debugger/PyDebugRunner.java
python/testData/debug/runner.py [new file with mode: 0644]
python/testSrc/com/jetbrains/env/python/PythonDebuggerTest.java