Results 1 to 5 of 5

Thread: Debugging an SDL2 application raise floting point error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    SDL2 2.0.5 raises a debugger exception to name threads at start, this seems to conflict with debugging through gdb. Add a call to SDL_SetHint(SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING , '1'); to prevent SDL from doing this.

  2. #2
    Fyi - this is no longer needed since 2.0.6: it sets the SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING hint by default.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •