05-20-2015 08:12 AM
Has anybody had ANY success using the built in debugger with IE in Visual Studio 2013?
debugger;
In APFW the debugger; gets raised the last call which is
function ActModalDialog(url,args,height,width,top,left,resizable)
I have copied everything into the 'plugin' folder and now the 'bin' folder with no luck.
If one of the development team could chime in it could make my productivity worth creating add-on for APFW.
I would send personal emails but it seems nobody replies to those either
Thanks
-- Jim Durkin
06-16-2015 11:30 AM
We get this working with our development machiens without problems, as we can just run(debug) the project directly. This is on Visual Studio 2013 Ultimate. It is not completly reliable however. We have had some boxes debug js just fine, and others that work sometimes and not others. We have noticed that attaching to the w3wp proeccess tends to be more reliable in debugging js. Running on an install might add complications to making this work. We've just used the browser debuggers when we've needed to test on install environments.
06-16-2015 12:59 PM