Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does the Visual C++ debugger freeze at every breakpoint when debugging SDL apps?

0
Posted

Why does the Visual C++ debugger freeze at every breakpoint when debugging SDL apps?

0

The DirectX drivers have a system lock while you have video surfaces locked. To avoid this, you can set the video driver to GDI by setting the SDL_VIDEODRIVER environment variable to: windib Since this changes video and mouse/keyboard input drivers, you’ll see a difference in performance and features available, but you’ll be able to debug your application more easily.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.