This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Here's text from the eCos book that I hope helps you out: eCos supports two mechanisms to aid in debugging?asserts and tracing. An assert is a piece of code that checks, at run time, whether a condition is expected. If the condition is not expected, an error message can be output and the application is halted. Assertions can determine if there is a bug in the code and isolate the problem immediately, rather than having the application fail later during execution. Tracing allows the output of text messages at various points in the application?s execution. This output enables you to follow the execution flow of a program or check a particular status when certain events occur. --Anthony >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I have some questions about RT debugging What's exactly tracing ? What's exactly asserts ? I've played a bit with these options in the infra packages but I'm looking for documentation on how to get the maximum on thses functions. The ecos doc is not very complete on all the debugging techniques and possibilities. Thanks a lot in advance. -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |