Hi All,
I want to debug a piece of code that is called from a listpage running on the enterprise portal (AX 2012).
What do I have:
- a listpage containing a button in the actionpane
- a class that is called by clicking the button
What did I try already:
- Debug the class using the AX 2012 debugger.
Result: breakpoints are never hit. Other breakpoints, for example one on the init of a dataset of a webcontrol, do get hit, so the debugger is working and hitting global/bc breakpoints.
- Debug the class in Visual Studio 2010 with the debugger attached to the AxServ process.
Result: breakpoints are never hit.
- Debug the class in Visual Studio 2010 with the debugger attached to the w3wp process.
Result: breakpoint stays disabled.
Is there anyone who can please help with this??
What did I miss? Is there any documentation about debugging EP listpages?
*This post is locked for comments
I have the same question (0)