[Freemint-list] Debug informations

Ingo Uhlemann tuxie at newtosworld.de
Sun Aug 6 22:44:47 MSD 2017


Hello,

I have a questions, can someone tell me how I can enable the debuginformations in the kernel Sourcecode ? Normaly it should be enough to activate it only in the part I am working on. But when I do that the kernel stops after loading the kernel model. 

I changed this from
/*
 * Debug section
 */

#if 0
# define DEV_DEBUG	1
#endif


to

/*
 * Debug section
 */

#define DEV_DEBUG	1

Thank you in advance 





More information about the Freemint-list mailing list