This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
debug doesnt work on 0.20.0 #580
Labels
Comments
Dang, is this a windows thing? |
Yes it is :( |
And we should be fixed in 0.20.1. Can someone with an actual windows machine confirm? |
Hi Julie. Brilliant. I can confirm it works on my windows machine now (with 0.20.1). Thanks a lot! |
Thanks for verifying, @alexwibowo ! |
Commented in #552 |
Unfortunately, I must confirm that debugging is still broken in WebStorm(7/8) with Protractor 0.20.1. ;-( |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have just tried the new 0.20.0 release, which i thought should have this fix: 2ca6541
But when I tried running protractor with debug option (protractor debug ), I got the following error:
E:\dev\modules\docViewerPortal\docViewerPortal-endToEndTest>protractor debug src/test/js/protractor.conf.js
node.js:723
throw new Error('Unknown signal: ' + sig);
^
Error: Unknown signal: SIGUSR1
at process.kill (node.js:723:17)
at new Runner (C:\Users\s74627\AppData\Roaming\npm\node_modules\protractor\lib\runner.js:26:13)
at process. (C:\Users\s74627\AppData\Roaming\npm\node_modules\protractor\lib\runFromL
auncher.js:31:20)
at process.EventEmitter.emit (events.js:98:17)
at handleMessage (child_process.js:318:10)
at Pipe.channel.onread (child_process.js:345:11)
[launcher] Runner Process Exited With Error Code: 8
Not sure if other people got it. For now I'm rolling back again to 0.18.1, where debug works. Oh, and I ran it on windows (command line) machine.
The text was updated successfully, but these errors were encountered: