I+00000.054: Windows-10-10.0.19045-SP0 AMD64
             CPython 3.14.0 (64-bit)
             debugpy 1.8.19

I+00000.077: Initial environment:
             
             System paths:
                 sys.executable: C:\Python314\python.exe
                 sys.prefix: C:\Python314
                 sys.base_prefix: C:\Python314
                 sys.real_prefix: <missing>
                 site.getsitepackages(): C:\Python314
                                         C:\Python314\Lib\site-packages
                 site.getusersitepackages(): C:\Users\baldurk\AppData\Roaming\Python\Python314\site-packages
                 sys.path (site-packages): C:\Python314\Lib\site-packages
                 sysconfig.get_path('stdlib'): C:\Python314\Lib
                 sysconfig.get_path('platstdlib'): C:\Python314\Lib
                 sysconfig.get_path('purelib'): C:\Python314\Lib\site-packages
                 sysconfig.get_path('platlib'): C:\Python314\Lib\site-packages
                 sysconfig.get_path('include'): C:\Python314\Include(C:\Python314\include)
                 sysconfig.get_path('scripts'): C:\Python314\Scripts
                 sysconfig.get_path('data'): C:\Python314
                 os.__file__: C:\Python314\Lib\os.py
                 threading.__file__: C:\Python314\Lib\threading.py
                 debugpy.__file__: C:\Users\baldurk\.vscode\extensions\ms-python.debugpy-2025.18.0-win32-x64\bundled\libs\debugpy\__init__.py
             
             Installed packages:
                 debugpy==1.8.19
                 packaging==24.2
                 annotated-doc==0.0.4
                 annotated-types==0.7.0
                 anyio==4.12.1
                 certifi==2026.1.4
                 charset-normalizer==3.4.4
                 click==8.3.1
                 colorama==0.4.6
                 defusedxml==0.7.1
                 fastapi==0.129.2
                 Glances==4.2.1
                 h11==0.16.0
                 idna==3.11
                 Jinja2==3.1.6
                 MarkupSafe==3.0.3
                 meson==1.9.1
                 packaging==26.0
                 pip==26.0.1
                 psutil==7.2.2
                 pydantic==2.12.5
                 pydantic_core==2.41.5
                 requests==2.32.5
                 starlette==0.52.1
                 typing_extensions==4.15.0
                 typing-inspection==0.4.2
                 urllib3==2.6.3
                 uvicorn==0.41.0

I+00000.077: sys.argv before parsing: ['C:\\Users\\baldurk\\.vscode\\extensions\\ms-python.debugpy-2025.18.0-win32-x64\\bundled\\libs\\debugpy\\__main__.py', '--listen', 'localhost:5678', 'repro.py']
                      after parsing:  ['C:\\Users\\baldurk\\.vscode\\extensions\\ms-python.debugpy-2025.18.0-win32-x64\\bundled\\libs\\debugpy\\__main__.py']

D+00000.077: sys.argv after patching: ['repro.py']

D+00000.077: configure({'qt': 'none', 'subProcess': True}, {})

D+00000.077: listen(('localhost', 5678), **{})

I+00000.077: Initial debug configuration: {
                 "qt": "none",
                 "subProcess": true,
                 "python": "C:\\Python314\\python.exe",
                 "pythonEnv": {}
             }

I+00000.078: Waiting for adapter endpoints on 127.0.0.1:50717...

I+00000.078: debugpy.listen() spawning adapter: [
                 "C:\\Python314\\python.exe",
                 "C:\\Users\\baldurk\\.vscode\\extensions\\ms-python.debugpy-2025.18.0-win32-x64\\bundled\\libs\\debugpy\\adapter",
                 "--for-server",
                 "50717",
                 "--host",
                 "localhost",
                 "--port",
                 "5678",
                 "--server-access-token",
                 "95dfa51fb7b755234a251be29cec3d8a6f7d9cf09b0897ea1e86c015a3ce904e",
                 "--log-dir",
                 "T:/tmp/asdf"
             ]

I+00000.247: Endpoints received from adapter: {
                 "client": {
                     "host": "127.0.0.1",
                     "port": 5678
                 },
                 "server": {
                     "host": "127.0.0.1",
                     "port": 50720
                 }
             }

I+00000.247: Adapter is accepting incoming client connections on 127.0.0.1:5678

D+00000.247: pydevd.settrace(*(), **{'host': '127.0.0.1', 'port': 50720, 'wait_for_ready_to_run': False, 'block_until_connected': True, 'access_token': '95dfa51fb7b755234a251be29cec3d8a6f7d9cf09b0897ea1e86c015a3ce904e', 'suspend': False, 'patch_multiprocessing': True, 'dont_trace_start_patterns': ('C:\\Users\\baldurk\\.vscode\\extensions\\ms-python.debugpy-2025.18.0-win32-x64\\bundled\\libs\\debugpy',), 'dont_trace_end_patterns': ('debugpy_launcher.py',)})

I+00000.363: pydevd is connected to adapter at 127.0.0.1:50720

I+00000.375: Pre-launch environment:
             
             System paths:
                 sys.executable: C:\Python314\python.exe
                 sys.prefix: C:\Python314
                 sys.base_prefix: C:\Python314
                 sys.real_prefix: <missing>
                 site.getsitepackages(): C:\Python314
                                         C:\Python314\Lib\site-packages
                 site.getusersitepackages(): C:\Users\baldurk\AppData\Roaming\Python\Python314\site-packages
                 sys.path (site-packages): C:\Python314\Lib\site-packages
                 sysconfig.get_path('stdlib'): C:\Python314\Lib
                 sysconfig.get_path('platstdlib'): C:\Python314\Lib
                 sysconfig.get_path('purelib'): C:\Python314\Lib\site-packages
                 sysconfig.get_path('platlib'): C:\Python314\Lib\site-packages
                 sysconfig.get_path('include'): C:\Python314\Include(C:\Python314\include)
                 sysconfig.get_path('scripts'): C:\Python314\Scripts
                 sysconfig.get_path('data'): C:\Python314
                 os.__file__: C:\Python314\Lib\os.py
                 threading.__file__: C:\Python314\Lib\threading.py
                 debugpy.__file__: C:\Users\baldurk\.vscode\extensions\ms-python.debugpy-2025.18.0-win32-x64\bundled\libs\debugpy\__init__.py
             
             Installed packages:
                 debugpy==1.8.19
                 packaging==24.2
                 annotated-doc==0.0.4
                 annotated-types==0.7.0
                 anyio==4.12.1
                 certifi==2026.1.4
                 charset-normalizer==3.4.4
                 click==8.3.1
                 colorama==0.4.6
                 defusedxml==0.7.1
                 fastapi==0.129.2
                 Glances==4.2.1
                 h11==0.16.0
                 idna==3.11
                 Jinja2==3.1.6
                 MarkupSafe==3.0.3
                 meson==1.9.1
                 packaging==26.0
                 pip==26.0.1
                 psutil==7.2.2
                 pydantic==2.12.5
                 pydantic_core==2.41.5
                 requests==2.32.5
                 starlette==0.52.1
                 typing_extensions==4.15.0
                 typing-inspection==0.4.2
                 urllib3==2.6.3
                 uvicorn==0.41.0

I+00000.375: Running file 'repro.py'

I+00032.946: Not logging to "<stderr>" anymore.

