Problem with debugging on Windows

I followed the debug instructions here and trying to debug my C++ extensions. However, I can never start it.

It says cannot find python36.dll, but I’m using Slicer5.6.0 of which python version is 3.9, so there is no python36.dll.

Remaining error messages are shown below:

Exception thrown at 0x00007FFF1CC524F6 (ntdll.dll) in SlicerApp-real.exe: 0xC0000139: Entry Point Not Found.
Exception thrown at 0x00007FFF1CC524F6 (ntdll.dll) in SlicerApp-real.exe: 0xC0000139: Entry Point Not Found.
The thread 1280 has exited with code 3221225785 (0xc0000139).
The thread 13340 has exited with code 3221225785 (0xc0000139).
The thread 30636 has exited with code 3221225785 (0xc0000139).
The program ‘[31248] SlicerApp-real.exe’ has exited with code 3221225785 (0xc0000139) ‘Entry Point Not Found’.

屏幕截图 2023-12-27 152719
Cannot find python36.dll

屏幕截图 2023-12-27 152742
Cannot find Entry Point.

屏幕截图 2023-12-27 152809
Cannot find Entry Point.

I don’t understand any of the Chinese error messages, but they remind me of errors I get when the environment is not properly set up. Please try following the instructions again, double and triple checking that you do not miss any step.