Home > Net >  Windows directory location of --user-data-dir=remote-debug-profile
Windows directory location of --user-data-dir=remote-debug-profile

Time:06-21

I just learned that Edge can have different profile directories. The default one is this one and is used most of the time:

C:\Users{userName}\AppData\Local\Microsoft\Edge\User Data

But I could create another set of profiles when I launch the msedge.exe with a user-data-dir parameter. For example like this:

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --user-data-dir=C:\Blub"

If you start edge in this way, you can generate a new set of profiles that are stored in "C:\Blub".

I stumbled across this parameter when I learned how to debug with VS Code.
enter image description here

  • Related