-
Notifications
You must be signed in to change notification settings - Fork 136
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
Spock support #425
Comments
@mpodlodowski PR is welcome. 😄 Please feel free to ask questions whenever you meet any problems or need any help |
Hi @mpodlodowski, Any luck? |
Just met some problems trying to debug the Java code - I can't attach to remote debugging port 1044. Is the guide on cs/contributing still valid? |
@mpodlodowski Are you debugging the code under |
At least I'm trying to. Is it possible? |
Yes, it should be possible. Did you launch the extension first then attach to the remote application? |
I did (with "Launch Extension" config from the repo). I tried the following:
Am I missing something? |
Did you set the target platform in Eclipse when importing the After importing the project, you can find a file called target.target. Double click it in Eclipse, and in the right top of the editor, click |
Done. Still no luck.
|
Hmm, another thing needs to pay attention is that we need to wait until the extension has been activated, then we can attach to the remote VM using Eclipse. You can check whether the extension has been activated by checking if the |
Any news guys?) |
Any News Guys???? |
This would be very much appreciated... |
Any progress? Just started on a new project which uses primarily Spock for testing so this would come in very handy |
Hi friends, so far there is no plan to add more test framework support. But contribution is welcome!
|
Hello ;) Any news about Spock framework support? ;) |
Just bumping the above comment. Any word? |
Hello... Whats is news ? |
Hello is there any new updates on Spock support ? |
Would also really appreciate Spock support |
Six years later, it still doesn't support Spock |
Would be great to have Spock support. I am very willing to make a contribution.
Is there anything I should be aware of before digging into the problem?
The text was updated successfully, but these errors were encountered: