Open main menu

Debugging ScummVM

Revision as of 12:53, 1 July 2007 by Fingolfin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TODO: Explain about debug flags / debug levels; document those for the various ports.

Tips

  • To prevent SDL from catching segmentation faults (the SDL Parachute), add the following key to the configuration file under [scummvm]:
disable_sdl_parachute=true

or use command line switch

--disable-sdl-parachute

command line option.