ChorusOS 5.0 Debugging Guide

Enabling Debugging for All Components

It is possible to build all components (those built with imake and those built with mkmk) with symbolic debugging information turned on. To do this, edit the Paths file, created when you run the configure command. The Paths file is located in build_dir.

Add the following line to the end of the file:

FREMOTEDEB=ON

Note -

This modification should be made just after running the configure command, otherwise it will apply only to newly compiled files.