LocalConsole
LocalConsole copied to clipboard
In-app console and debug tools for iOS developers
Hi, are you planing to make LocalConsole SwiftUI version as much as possible? If you can, it will be great. Awesome work btw, thanks.
Some new public vars to customize which debug menu items are included :) #15
Hello! This is such a cool little package thanks for making it. I was wondering if you've considered making it possible to disable debug features. For example, I don't really...
Hi, how do I make the console view move? It might be a SwiftUI problem, but I can't drag the console view to any position and I can't find any...
libc++abi: terminating with uncaught exception of type NSException *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: sourceNode' terminating with uncaught exception of type NSException
Hi, I found a bug that can't pop navigation controller after LocalConsole is shown. Here is screen records when the bug is occurred. I uploaded sample project that reproduce this...
Thanks for making this awesome tool! I use it in a tab bar controller app. Unfortunately when the console is shown the tab bar gets another empty tab added for...
LocalConsole crashes under iOS 18.2 due to some private API changes made by Apple. There is no more "backgroundLuminence" key in the class, probably the property was removed. https://github.com/duraidabdul/LocalConsole/blob/2c5d5e018acd4963fe6dfe858f6d6fecef7cbf2f/Sources/LocalConsole/LCManager.swift#L1402 Removing...