-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Debugging broken #13908
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Same problem. deno 1.15.2 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
I can't repeat this problem anymore. I'm going to tentatively close this issue, please let me know if the problem persists. |
Sorry for the vague title, not sure how to make it more specific.
I was following the tutorial - https://deno.land/manual@v1.19.3/getting_started/debugging_your_code
...and none of what that page describes actually happens.
deno v1.19.3
Chrome v99
Win 10 21H2
What you get from the debugger is this:
![DenoDebug](https://user-images.githubusercontent.com/8262590/157863647-1270d682-8154-41f1-8869-9f5bbbd4587c.png)
And you can never step out of that file.
There is also no Page tab on the left, and you cannot browse to other source files. You're just kind of stuck at this small snippet.
The text was updated successfully, but these errors were encountered: