* Debug a simple program ```python print("Hello world") ``` * Add a break point to the `print` statement * When the break point hits, `print` click on `Step Out` * You now end up in the `runpy.py` file Upstream issue https://github.com/Microsoft/ptvsd/issues/194 ~Upstream issue https://github.com/Microsoft/ptvsd/issues/416~