Hello dear community,

we have noticed issues when debugging using the latest version of VS-Code, released in May 2024 (1.90) and the latest version of debugpy (1.8.1). The issue is following: the variables are not visible in the Variables window until changing the file in the call stack. Also the break points are not recognized by the debugger correctly - every break point set in your PythonParts code is considered an external code. This will make the debugger to not recognize the breakpoints at all, when option just my code is set to True.

Please, use the VS-Code version 1.89 (from April 2024) until the issue is not solved in either debugpy or VS-Code

Best regards,
Bart