Y
Hacker News
new
|
ask
|
show
|
jobs
by
driggs
959 days ago
Great that it lets you attach the debugger if it's running as interactive process.
Does that get you a full Swift REPL like Python's debugger does?
1 comments
yaglo
959 days ago
Yes, you can evaluate Swift code in LLDB. See
https://stackoverflow.com/a/71882942
link