SDL Debug Mode

Hi, I am trying to write a program to display a signal. However, I can’t
seem to run the program in debug mode. It runs fine with out debug mode. I
have tried both binaries and source files available on the site but no
luck! Please help–
Regards,
Muhammad Mustafa

Hi,

A minimal code example demonstrating the behavior you describe, along with
a description of the steps you took to build your code, might help people
here to give you assistance.

Certain things are different in debug mode, than in release mode, with
certain compilers. For instance in debug mode certain chunks of memory are
initialized to all 0’s, while you need to handle this in release. Other
effects might be causing a difference.

Good luck.
ChristianOn Wed, May 6, 2015 at 11:02 AM, Muhammad Mustafa < muhammad.mustafa88 at gmail.com> wrote:

Hi, I am trying to write a program to display a signal. However, I can’t
seem to run the program in debug mode. It runs fine with out debug mode. I
have tried both binaries and source files available on the site but no
luck! Please help


Regards,
Muhammad Mustafa


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org