Open lipoteFR opened 1 week ago
debugpy
published a new version with support for python 3.13. The fixes for it might have had a side effect for this. Moving this to debugpy
repo.
@lipoteFR, thanks for the issue. I'm unable to reproduce this. Your code runs to completion for me, both on the command line and in the debugger. I tried both Python 3.12.7 and 3.13.0. I'm using the latest azure-identity
(version 1.19.0).
Not sure it's relevant, but what version of Python are you using?
then my python was still running in a "Run" mode but in debug i get a time-out
Are you using the same environment (same python version, same packages) in both of these cases?
My visualstudiocode was working like a charme Once i get : and upgrade debugpy
then my python was still running in a "Run" mode but in debug i get a time-out
may be my professional laptop get restrictions and i should ask to have flow opened :(
My code is :
The GetToken fails in timeout i revert to 2024.10.0 and it is working again
What could explain why it was working before and still working without debug mode ?