Difference between revisions of "Debugging ScummVM"
Jump to navigation
Jump to search
(No difference)
|
Revision as of 12:53, 1 July 2007
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.