web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DAXSEED / Debugging in AX 7 using VS...

Debugging in AX 7 using VS2015 (When symbols are not loaded)

SunilRakesh Profile Picture SunilRakesh 340
Here is the tip/ resolution for debugging in VS 2015 when you faced issue with symbols are not loaded. Why symbols are loaded? After analyzing found that trying to debug the code which is out of your customized code which means other suite/ model code (standard Form from other model/ non extension form). So try to load symbols for the module and start debugging as shown below.

1. Put break point where you required in code.
2. Attach to Process. Debug->Attach to Process.
After Attach to process (w3wp.exe) you will face that Symbols are not loaded issue.
3. Go to Module as shown.
4. In Modules select Ledger.dll -> right click -> 1. Click Always load automatically
                                                                         2. Click symbols settings
5. Now Click on Load all symbols button. Make sure that select properties as shown below.
6. Now system will load all symbols related to Ledger Module for you. Click OK after finish. 
7. Open AX and click form, now break point will hit for debugging......:-)

Comments

*This post is locked for comments