Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How do i use SFML with microsoft live share?  (Read 7498 times)

0 Members and 1 Guest are viewing this topic.

coolian

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
How do i use SFML with microsoft live share?
« 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.

kojack

  • Sr. Member
  • ****
  • Posts: 299
  • C++/C# game dev teacher.
    • View Profile
Re: How do i use SFML with microsoft live share?
« Reply #1 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.