-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Test: Debugging in Python WASM #167399
Comments
I can't edit the original text, but I'd add:
|
Added Rich's list to the test steps |
This took over a minute before debugging started, even though I had previously run the file without debugging much faster. |
I noticed that yesterday as well and opened microsoft/vscode-python-web-wasm#30 for me. But then when trying to track it down wasn't able to do so. Need to investigate again. @alexr00 are you still setting it? |
@paulacamargo25 please see @alexr00 comment here: #167399 (comment). So please be patient. Will try to understand what is happening. |
No, it only seemed to be the first debug. |
I switched browsers so as to have fresh state and the very slow first debug occurred again. |
@alexr00 thanks for the info. |
Refs: microsoft/vscode-python-web-wasm#31
Complexity: 4
Authors: @rchiodo
Create Issue
Testing has to happen in a Chrome based browser (e.g. Google or Edge)
insiders.vscode.dev
. If you need one, you can use https://insiders.vscode.dev/github/dbaeumer/python-sample?vscode-coi=Ensure that you add the query parameter ?vscode-coi= to the URL
Experimental - Python for the Web
(should be 0.7.0)app.py
)Make sure that the file gets executed and the result is printed into the terminal.
Note that the first execution can take some time due to the caching of GitHub files.
Ensure that:
Ensure: that the output is printed to the integrated terminal and not to the console.
The text was updated successfully, but these errors were encountered: