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
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
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