
Hi @Huy Nguyen ,
I have successfully reproduced this issue. What I've found out is, you might have some Edge processes remain, so that --remote-debugging-port=9222
is not recognized when you inspect at edge://version/
. You can simply kill all the existing msedge.exe
processes to resolve the problem. Please use the following command:
taskkill /f /im msedge.exe
After that, you should be able to enable the remote debugging feature.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Shijie Li