You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated in the framework, I use target.source-map to implement local compilation for debugging, but breakpoint execution is very slow. At the same time, the xcode startup log outputs a large number of logs - "XXX. pcm does not exist, need rebuild". I understand this is because the pcm path in macho is on the CI machine, but does not exist locally. May I ask if there is any way I can solve the problem of slow breakpoints?
The text was updated successfully, but these errors were encountered:
As stated in the framework, I use target.source-map to implement local compilation for debugging, but breakpoint execution is very slow. At the same time, the xcode startup log outputs a large number of logs - "XXX. pcm does not exist, need rebuild". I understand this is because the pcm path in macho is on the CI machine, but does not exist locally. May I ask if there is any way I can solve the problem of slow breakpoints?
The text was updated successfully, but these errors were encountered: