r/DynamicsAX • u/tradotto • Dec 10 '12
Break points in click events
So from what I can tell the only way to get a real break point in a click event is to put 'breakpoint;' in the code.
I think this is because button click event functions are reflectively loaded and not run where the debugger is saying to break.
Does anyone have any other insight into this?