SFML community forums

General => General discussions => Topic started by: coolian on September 11, 2021, 04:52:59 pm

Title: How do i use SFML with microsoft live share?
Post by: coolian on September 11, 2021, 04:52:59 pm
When i am in a live share session and start the debugger it will start the live share console on all users devices however it wont share or create a RenderWindow for other users, and if other users start the debugging process it still will only create a window for me. I need it to create a window for all of the participants.
Title: Re: How do i use SFML with microsoft live share?
Post by: kojack on September 12, 2021, 06:53:22 am
When you debug in live share, the program is only executed on the host. Other people in the share can look at the source code and access the debugger, but they don't have a local copy running.
If you want other people to see what the program is displaying, you'll need to use a screen share program like Zoom or Discord.