Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: mahaju on March 09, 2012, 05:17:10 am

Title: saving output of watch indow into file
Post by: mahaju on March 09, 2012, 05:17:10 am
is it possible to create a log of the watch window during debugging?
for example, store the contents of the watch window to file after each step during debugging
Is it possible to do this?
Thank you
Title: Re: saving output of watch indow into file
Post by: oBFusCATed on March 09, 2012, 08:03:15 am
No. But you could manually add trace points in newer gdbs.
Title: Re: saving output of watch indow into file
Post by: mahaju on March 09, 2012, 08:04:39 am
what is gdbs and how do I do it?
Adding trace points means saving the value of the current variables to file?
Title: Re: saving output of watch indow into file
Post by: oBFusCATed on March 09, 2012, 08:38:16 am
Search engine in desperate need... I've given you enough hints.