Hi! :-)
I am using Rider to develop D365 Plugins. (It's works just better for me.)
Now, everything works fine, but debugging:
- I can attach with ".NET Debugger [v4.0.30319]" to the Plugin Registration Tool (PRT) process. I can start the execution in the PRT. But the breakpoints in Rider do not stop the debugger. It just runs the plugin without sopping.
- I use Rider 2022.3.2 Build #RD-223.8617.53, built on January 25, 2023
- On breakpoint hoover I get see these kind of messages: Didn't find the associated module for the breakpoint C:\...\MyPlugin.cs:23,17
- In the PRT it does not show that it's connected to the IDEA as it does when VS2022 attaches to it.
Anyone using Rider for debugging?
Any ideas what could be the problem?
Thx! :-)