-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running test in debug mode won't make IDE attach to debugger #2052
Comments
I believe the perl argument -d:Camelcadedb is not provided by the command line that are running test as debug: /home/floreal/.plenv/bin/plenv exec perl5.18.2 /home/floreal/.plenv/versions/5.18.2/bin/prove -PPassEnv --formatter TAP::Formatter::Camelcade --merge --recurse --jobs 1 $TEST |
It's passed with environment, check IDE's log. Probably this is regression from recent change for docker lagging. #2040 |
This subsystem lacks of tests atm. |
Hello, just tried with version 2019.1.3, and I confirm that the issue is solved. Thank you ! |
Thanks for reporting! |
I have the same problem here, the debugger won't attach with the very same message on IJ Ultimate 2020.1.3. Does not happens each time and often, launching a debugging session on other projects (java, for examples) solves the issue for a moment. Any idea that can help? |
Please start another issue. This one been fixed. you probably got something else. |
How to reproduce
Result
Running them in debug mode get stucks with this output:
If i run one of them as a script with debug mode, The IDE is able to connect to debugger.
I tried this with single job test and several jobs test, the result is the same.
The text was updated successfully, but these errors were encountered: