Is it possible to use breakpoints with cached modules? #406
Replies: 2 comments 1 reply
-
Maybe this is something that has to be tried out from the Cocoapods side first, and once its working there we see how it gets properly updated with Rugby? |
Beta Was this translation helpful? Give feedback.
-
@dcacenabes Hello! Is this topic relevant for now? Did you compare the local build without remote binaries with the build that includes them? If so, you can use it this way or find out what the files are and upload/download each one together with the common frameworks to/from your shared storage. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We have some use cases in which our developers are using precompiled development pods but they would like to be able to have breakpoints in those, to help troubleshoot some issues.
I have been playing with updating the build config for debug builds so that it includes dsym symbols, and after running rugby build + use I am able to see the dsym files in the ~/.rugby/bin/... folder, but when I am running the app in Xcode I can't hit any breakpoint. The breakpoint shows up in Xcode surrounded by a dotted line and it displays the following message when you hover the mouse over it:
Is this achievable with Rugby? Maybe I am missing something very basic regarding Rugby/Xcode configuration. Any guidance will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions