Javascript debugger come accross error

时间:2021-08-08 09:48:38

Problem:

“Unable to attach to the process. Another debugger might be attached to the process.”

Solution:

1.Debug->Windows->Processes(Ctrl+D,P). Now you will see the Processes window.

2.Right Click iexplore.exe and select "Detach process". And now you can debug your javascript successfully.