Author Topic: saving output of watch indow into file  (Read 3413 times)

Offline mahaju

  • Multiple posting newcomer
  • *
  • Posts: 25
saving output of watch indow into file
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: saving output of watch indow into file
« Reply #1 on: March 09, 2012, 08:03:15 am »
No. But you could manually add trace points in newer gdbs.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline mahaju

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: saving output of watch indow into file
« Reply #2 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: saving output of watch indow into file
« Reply #3 on: March 09, 2012, 08:38:16 am »
Search engine in desperate need... I've given you enough hints.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]