Skip to content
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

Unable to run test in server based tests getting "6711: Invalid debugger target" #29

Open
basilke opened this issue May 3, 2024 · 0 comments

Comments

@basilke
Copy link

basilke commented May 3, 2024

The tests are shown in test manager. But when I run them, i get an error saying "6711: Invalid debugger target: ##class(%UnitTest.Manager).RunTest("username .. the rest is clipped off.

Now to give some back ground, we have different namespaces. The default is "SYS". But I am trying to run a test in another environment say "BASI". I can see the that the test copies the tested file to "SYS" :/_vscode/BASI/UnitTestRoot/UnitTest/testedClass.cls

The error also says cannot find the class which i have used in not present in "SYS". This error is valid, I am actually trying to test something in "BASI" not "SYS". Not sure why it thinks that namespace or test that I am using on in default namespace.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant