polymitis / NetDebug

Network debugging iPhone application
2 stars 0 forks source link

Separate data model current ping operation in Ping and Trace operations #2

Open polymitis opened 7 years ago

polymitis commented 7 years ago

The Ping and Trace operations are using the same data model current ping operation. This results in loosing the latest unsaved Trace operation if a Ping operation is run. Saving the latest unsaved Trace operation after a Ping operation is run will fail silently.

polymitis commented 7 years ago

Upgrade of NetDebug to latest iOS