Currently, I am encountering an issue while attempting to debug JavaScript .js files in my Solution using Visual Studio 2010 and IE 9. Despite placing breakpoints in the files, I am unable to debug successfully. I have attempted various troubleshooting steps such as unchecking options in IE like disable script debugging, but to no avail.
Could I be overlooking something? I was able to debug JavaScript files yesterday, but for some reason, I am encountering difficulties today.
Upon pressing F12 and selecting start debugger in the developer tools of IE 9, I received the following message: 'Unable to attach to process. Another debugger might be attached to the process'.
If anyone has any ideas or suggestions on what the issue could be, please share.