[ardour-dev] Simple debugging request

Paul Davis paul at linuxaudiosystems.com
Thu Jun 29 06:40:54 PDT 2006


On Thu, 2006-06-29 at 13:51 +0100, Iain Kennedy wrote:
> Hi,
> 
> I'm looking to print out some debugging information from 
> export_range_markers_dialog.cc, hopefully to the tty I run ardour2 from.
> 
> Whats the procedure/method for this type of thing (if there is a way), or 
> are there any other examples of this/documentation anyone can point me to.

cerr << "some text " << a_variable << " some more text" <<
another_variable << the_return_value_from_a_function() << endl;

if you don't know this, i am not sure how much useful debugging you will
be able to do, but please go ahead and try.

--p





More information about the Ardour-Dev mailing list