User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Introduction - Debugging


Debugging RAVL code.

This will eventually be a serious page on how to debug with RAVL.

For the moment, here is a small list of tips when looking at data in gdb, which will be updated from time to time and, at some point, organised.
 

  • If you want to know the contents of a  StringC mystring:
  • (gdb) print (char*) mystring.rep.Where->s
     

    Luis Molina Tanco
Documentation by CxxDoc: Tue Aug 13 10:00:52 2002