LLDebugTool icon indicating copy to clipboard operation
LLDebugTool copied to clipboard

LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.

Results 23 LLDebugTool issues
Sort by recently updated
recently updated
newest added

点击沙盒里面的nsuserdefaults保存的plist文件,存储了nsdate数据类型,解析成json闪退报错

reset user defaults NSUserDefaults resetStandardUserDefaults发现没有成功,userdefaults数据还在,iphone11 ios13.3版本,但是使用 NSString*appDomain = [[NSBundlemainBundle]bundleIdentifier]; [[NSUserDefaultsstandardUserDefaults]removePersistentDomainForName:appDomain]; 就可以

iOS13系统,13系统一下没有影响,修改过windowScene,没有效果,请问有碰到么?

你好作者,我发现在文件管理类名:LLSandboxVC.m 那里有个问题 ,同时自己重新写UI做了一些修改,写得有点囊肿,望采纳。 测试结果:全选项目的时候,执行操作删除的话,会出现数组越界的情况,单个选择的删除的话没有问题。 方法出错在: - (BOOL)deleteFile:(NSIndexPath *)indexPath 这里方法里的 LLSandboxModel *model = self.sandboxModel.subModels[indexPath.row]; 这里取值的时候。 个人解决方案=======》》》》 设想,在尽量不改原来代码的情况下做另外操作: 情况1:当多个文件删除时,当数组对象执行removeObject删除后,数组下标会发生变化。我们不应再以下标取值,而是先把要删除的对象取出来,再执行removeObject删除对应的选项,再刷新UI。 情况2:当删除多个文件的话是否因文件过大、较多而卡UI呢?考虑异步删除。 `//开始删除部分 - (void)deleteFilesWithIndexPaths:(NSArray *)indexPaths { if (indexPaths.count == 1) { for (NSIndexPath...

bug

I have used this library and its not capturing Swift run time exception or traces. This is only handling Objective C exception. If you could help me out for showing...

good first issue

是否能提供个模块显示当前时间点的所有线程的堆栈,或者在卡顿时记录所有线程的堆栈,又或者cpu超过一定值显示所有线程的堆栈,这些其他工具都有,但是能集成进app感觉使用会更简单。 谢谢!

我们也想抓socket的请求,这个我看你之前好像实现了,现在又给删了!