As in the title i successfully built fivem from source. Now i’m trying to debug the code. However the game does not work when running with a debugger attached. What happens is the following:
-I launch the game from visual studio with CitiLaunch set as startup project.
-The game launches and gets into the main menu.
-Visual studio displays the following screen:
Which is weird since i have no breakpoints set.
-After hitting continue it displays this:
That’s as far as it gets.
How can I get around this?

