You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
myangelkamikaze edited this page Feb 16, 2024
·
2 revisions
If you want to debug the browser, you will need to have 2 Visual Studio instances open.
The first one, where you'll be running EO itself, needs to have the "Browser Debug" configuration enabled. The different configuration is required so the EO and browser projects don't try to access the same dlls at the same time, which won't work. It also uses a hard-coded port, so that the browser can connect to it.
The second one, where you'll be running the browser, needs to have the "Debug" configuration enabled, and you need to run the "Browser debug" settings. These settings are needed to connect to the correct port which is specified in the EO project.