duncanrp Posted April 29, 2014 Posted April 29, 2014 Hey, I was wondering if the bot automatically logs everything that is stream to the console for debugging purposes? Thanks.
Extreme Scripts Posted April 29, 2014 Posted April 29, 2014 No it doesn't, you can debug this by adding this to the appropriate section in your script: log("Message to log");
duncanrp Posted April 29, 2014 Author Posted April 29, 2014 No it doesn't, you can debug this by adding this to the appropriate section in your script: log("Message to log"); Yeah I realize that I am currently doing this but I was testing my script whilst at work and I came back to find that osbot wasn't even running anymore and I wanted to see if osbot saved the console logs to a file so i could possibly determine why.
Extreme Scripts Posted April 29, 2014 Posted April 29, 2014 Yeah I realize that I am currently doing this but I was testing my script whilst at work and I came back to find that osbot wasn't even running anymore and I wanted to see if osbot saved the console logs to a file so i could possibly determine why. Run it by launching it from Command Prompt, that way if the client closes the CMD remains open ^_^