|
From: klaas.holwerda <ng...@kl...> - 2014-01-19 22:31:18
|
Hi, Brand new to Codelite. I wanted to see if I can really use it for something more complex. Also I discovered there is some action on a CodeLite generator for Cmake, and that is what i am waiting for ;-) But before that i wanted to know if I can really do what is needed with it, so started to setup projects by hand. (the project is wxArt2D using Cmake itself). I managed to compile my first sample, based on a set of 3 libraries :-) Starting to like CodeLite already, if coming from VC is at least familiar. Now i want to debug, and for that it is important I can see the contents of stl lists. Something like explained in here is needed for GDB. http://www.yolinux.com/TUTORIALS/GDB-Commands.html#STLDEREF I can't figure out how to do that?? Is this Ascii Viewer tab useable for that? I can't type anything in there, how to use it? Of course it would be best if something like STL containers/iterators could be watched out of the box. But for the moment i would be happy with something to use from CodeLite. Regards, Klaas |