Forum >> Principianti >> DEBUG

Pagina: 1

Buonasera sto utilizzando python 3.8.6 a 64 bit su win10 e in Visual Studio Code. Non riesco a capire perchè quando avvio il debug ho una serie di errori che non mi fanno partire il Debug stesso . Il programa se lo avvio dal file .py con esegui nel terminale , funziona correttamente . IL Debug non funziona . L'errore è il seguente:




Debugger Error: The number of constructor arguments in the derived class o must be >= than the number of constructor arguments of its base class.

Debugger Error: The number of constructor arguments in the derived class o must be >= than the number of constructor arguments of its base class.

Error

Error: The number of constructor arguments in the derived class o must be >= than the number of constructor arguments of its base class.

at u (c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:16:39000)

at Object.t.getDependencies (c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:16:39679)

at c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:16:36714

at Array.forEach (<anonymous>)

at e (c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:16:36528)

at Object.t.plan (c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:16:36812)

at c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:16:33700

at e._get (c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:16:33609)

at e.get (c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:16:32300)

at s.get (c:\Users\loris\.vscode\extensions\geecode.geecode-python-2019.5.10\out\client\debugger\debugAdapter\main.js:76:102000)





Mi potete aiutare a capire cosa manca?. Grazie


Pagina: 1



Esegui il login per scrivere una risposta.