AvdLee / RocketSimApp

Enhancing the iOS simulator for productivity
617 stars 20 forks source link

Network monitor contents are unavailable when the Simulator is paused during debugging #608

Open huckncatch opened 1 week ago

huckncatch commented 1 week ago

When my app is paused while debugging (e.g. execution hit a breakpoint in Xcode), the Network Monitor window reverts to its "Rocketsim Connect Integration" view and the previously captured network calls are unavailable.

I'd like to inspect the network calls already captured when my app is paused. This is especially important when debugging network response handling where I need to view the response.

abeazam commented 2 days ago

I noticed this too. with the number of requests I have filtering is tricky so breakpoints make all the difference.