I can set breakpoints in the form script and debug them with Visual Studio Pro 2017 but I need to debug the Custom Load Method stored procedure. That stored procedure is called when the form loads and before the form script is executed. I am actually trying to debug stored procedure CLM_ApsGetDemandSummarySp which is the load method in form "Demand Summary APS". Has anyone been able to set breakpoints in a stored procedure called from a form load?