Hi ifle,
From the screenshot it looks like you've successfully attached the script debugger to your application and can view the script documents. You should now be able to use the Visual Studio UI to set breakpoints. If you're using JavaScript, you can also use the
Cheers!
From the screenshot it looks like you've successfully attached the script debugger to your application and can view the script documents. You should now be able to use the Visual Studio UI to set breakpoints. If you're using JavaScript, you can also use the
debugger
statement to break into the debugger.Cheers!