nvzqz / FileKit

Simple and expressive file management in Swift
https://nvzqz.github.io/FileKit/docs/
MIT License
2.34k stars 208 forks source link

Debugger support? #59

Closed jhoughjr closed 6 years ago

jhoughjr commented 6 years ago

I've used FileKit for a while now, but a problem has plagued me often. I'm never able to po anything FileKit related.

Any ideas why this is the case?

for example : (lldb) po name expression produced error: error: /var/folders/cs/51wtzgp51v157z25_b0fjqn80000gn/T/expr10-5d206b..swift:1:85: error: 'Path' is not a member type of 'FileKit' Swift._DebuggerSupport.stringForPrintObject(Swift.UnsafePointer<Swift.Array>(bitPattern: 0x1037ff9e0)!.pointee)

jhoughjr commented 6 years ago

I'm closing this since it appears to have been a compiler optimization issue.