I have been making some changes to a form, which I moved to our production DB (which of course I thought were ready to be deployed ) but now they're not and I want to step through some released code in the debugger, to see how the original code worked. But I can't exactly add a 'stop' to that code. (Or can I?) So what is the best way, if any, to break at a particular function in Visual Studio? I changed my SLX Client options to "Debug: Always" and tried to manually create a new breakpoint at the desired function, but either I am getting the syntax wrong for specifying the function to break at, or that's not possible. What is the best way forward here? |