Javascript debugger come accross error

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.

 

 

你可能感兴趣的:(JavaScript)