Output Variable Data while debugging cBot
Created at 15 Apr 2016, 00:31
Output Variable Data while debugging cBot
15 Apr 2016, 00:31
Hi all,
I am currently encountering some issues with calculations in my cBot and whant to debug and optimize them.
Visual Studio is in use as IDE and what I would like to do is output selected variables to a chart, to be able to analyse them. Visual Studio seems to provide tools for that, like Intellitrace but I am not familiar with them. Alternatively exporting Variable Values to an Excel Sheet would help a lot too.
How do you export Data from you cBot for debugging purposes?
I read in a post the cAlgo itself can export a debugging history?
Can anyboy assist?
THX!
croucrou
16 Apr 2016, 17:03
You can print the values to the log:
@croucrou