Hi
I’m wondering if there is a way to auto set all breakpoints for a form or ‘globally’. Sometimes you’d just like to check some behavior that doesn’t give an error but you are not sure why something is happening. In 3.5 and before you could simply turn the debugger on and any method that got triggered would run through the debugger. In 5.2 almost all the time you will want to set the debugger/breakpoints just for a particular function or two but occasionally it would be convenient that, if any function is called, it would run through the debugger. Is this possible without setting breakpoints for every function on a form? I guess you could set all the breakpoints for a form once, export those breakpoints, and then import them when needed. That seems though like a lot of effort if you are not sure you’ll ever need it for a particular form. Any way to do this more automatically?
John