Is there some resource that explains how debugging works in VS2012 when using IVF (latest version)? It seems like with every new version of VS it gets harder to use the debugger. One thing we do a lot is to set breakpoints using conditionals. But inVS2012 it appears that you can only use variables that are actually used within a subroutine to set a conditional. Even a variable defined in a module that is used within the subroutine is not available as a local. Is this a behavior we have some control over? Can we make all USE variables available? It is most often the case the variables we like to use for conditionals are not used in the routine where we want to break.
Or is there a better debugger to use than the one in VS?
Is VS2013 better?
Dave