Skip to content

Commit 27de575

Browse files
authored
Mention lldb missing python310.dll dependency quirk (#14)
1 parent 5107e66 commit 27de575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ Place a breakpoint at the line `NSLog(@"Hello Objective-C");` and run from Visua
132132
133133
* The compilation will fail if the Windows home folder contains whitespace, e.g. `C:\Users\John Appleseed`.
134134
135+
* When utilizing the built-in gnustep-make test suite's debug capabilities, the preferred debugger on Windows is lldb. lldb (from the Chocolatey package manager) links to `python310.dll`, but is not found if Python 3.10.x is not installed and added to PATH. The error message is obscure and doesn't mention the missing dependency. Install Python3 manually using the official Python Installer. After downloading and executing the installer, select `Add to PATH` and proceed with the installation. You can now use the lldb debugger.
136+
135137
## Troubleshooting
136138
137139
### Compile Errors

0 commit comments

Comments
 (0)