mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 16:36:03 +03:00
[GH-ISSUE #62] Map Local does not work when using Atlantis on device #44
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 5, 2021).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/62
Originally assigned to: @NghiaTranUIT on GitHub.
Hi!
I’m using Atlantis and everything seems to setup correctly, I can see all the traffic from the device etc, but when I try to map a response nothing happens. In this example a replaced the status code but when I re run the app nothing gets mapped. Same map local works as expected in the simulator.

@NghiaTranUIT commented on GitHub (Apr 5, 2021):
Hi @johanthorell, when you're using Atlantis, you couldn't use any Debugging tools, like Map Local, Breakpoint, etc because Atlantis is not built for debugging.
To use Map Local, Please install the certificate on your iOS Devices (Certificate Menu -> Install Certificate for iOS -> Physical Devices), then you can use Map Local as you wish 👍
@NghiaTranUIT commented on GitHub (Apr 5, 2021):
Atlantis is for quick preview the Traffic from your app, it's not for debugging 😄
@ghost commented on GitHub (Apr 5, 2021):
Oh ok, thanks for the info and the super fast reply!