Skip to content

Commit 5aae1a4

Browse files
committedFeb 7, 2025··
docs(user-guide): add explanation for debuggee error
1 parent 1975cbf commit 5aae1a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎docs/user-guide.md

+3
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ try `Dev Containers: Reinstall Docker in WSL` then restart vscode
7070

7171
If you get this error while running tests, try running them again.
7272
![](./images/error-debuggee.png)
73+
74+
This error is displayed when metals isn't quick enough to compile and start the program, which causes VSCode to grow impatient and ultimately give up.
75+
If the problem persists, try building the project manually and then running the tests.

0 commit comments

Comments
 (0)
Please sign in to comment.