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
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.
(gdb) print (char*) mystring.rep.Where->s