|
Everyone who develops extensions or applications with AxCMS.net should know the secrets of debugging. Debugging of AxCMS.net applications can be done with Visual Studio (VS) but is a bit different though. Usually, you hit F5 or select "Start Debug" from your Visual Studio menu.
When debugging AxCMS.net applications after compiling you need to run "PostBuild.bat" and attach the debugger to the right process. Then you just set a break point to the line(s) of code you want to debug as usual. more about AxCMS.net debugging
|