Debugger error when stepping over last line of code in a Python file

It is not clear where to report bugs/issues that are not specific to a course, so I’m posting this here.

When using the debugger in Visual Studio Code for Education, stepping over (not into) the last line of code in a Python file takes the user into the Bdb class run method. This does not behave the way a local VS Code installation would handle stepping over the last line of code, which would simply terminate the debug session. Sample programs are available at Visual Studio Code for Education