Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2017.4.15f1
2018.1.9f2
2018.2.3f1
2018.2.16f1
2018.3.0b9
2019.1.0a8
Issue ID
1071236
Regression
No
[IL2CPP] [iOS] "Not found associated module for breakpoint" error in Rider code Editor when SIM card is inserted
Reproduction steps:
1. Make sure you have Rider code Editor.
2. Make sure iOS device has SIM card inserted and Mobile Data is toggled on.
3. Open the attached project.
4. Build and run it on an iOS device.
- IL2CPP and "Script debugging" should be enabled.
5. Make sure iOS device is connected, the project is running and both device and computer are on the same network.
6. Open the Rider code Editor and select the built Unity project solution.
7. Set a breakpoint.
8. Go to "Run" > "Attach to Unity Process".
9. Select Device name and click OK.
Actual behavior:
- The breakpoint will not stop the scene and will show "Not found associated module for breakpoint" error.
Expected behavior:
- Breakpoint stops the scene.
Reproduced with:
- iPhone X iOS 12.1
- 2017.4.0f1, 2017.4.15f1, 2018.1.9f2, 2018.2.16f1, 2018.3.0b9, 2019.1.0a8
Not reproducible with:
- Android
Workaround:
- Turn on the airplane mode and then turn on a wi-fi
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors when rendering a camera to render texture with only depth
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
Resolution Note:
When debugging C# code on a device with more than one network connection, please disable all network interfaces except the one on the same network as the machine running the IDE. More details are here: https://docs.unity3d.com/Manual/ManagedCodeDebugging.html