theia-blueprint icon indicating copy to clipboard operation
theia-blueprint copied to clipboard

python extension debug function does not work

Open noneghost opened this issue 2 years ago • 3 comments

Bug Description:

After set python debug configuration, run debug,the notification service raise " terminal "796678749" does not exist"

debug configurations:

{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal" } ] }

blueprint version: 1.3.2 (beta) python extension: 2020.10.33...

noneghost avatar Dec 14 '22 03:12 noneghost

@Noneghost thank you for reporting the issue, by notification do you mean the actual notification in the application (bottom right corner) or a log message?

I confirmed that debugging works as expected on my end:

image

  • theia-blueprint: v1.32.0
  • ms-python: v2020.10.332292344

vince-fugnitto avatar Dec 14 '22 13:12 vince-fugnitto

the notification view in bottom right corner

I used offline vsix installed python extension, because slow internet. The theia blueprint extensions install is slow.

image

blueprint is used lastest windows exe。

more system information: python version: 3.8.10 ms-python extension verion: 2020.10.33...

noneghost avatar Dec 15 '22 02:12 noneghost

what you used theia blueprint verison is master verison or other?

noneghost avatar Dec 15 '22 02:12 noneghost