Just to add, for debugging you might also want to set optimisation off (for example "-O0" compiler flag) and make sure debug symbols are enabled (for example with the "-g" compiler flag).

That way you can stop through the machine code with some degree of resemblance to the source code!

Regards,
Paul

_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to