Python Forum

Full Version: Saving data in the Debugger
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HI guys 

I'm having trouble with the debugger. If someone give me a hand I'll appreciate it.  

Problem is, I have a script which is using python debugger and i can print the data using a command like 

[x, y] = func(a,b,c,d)

I want to print the values in a loop and then save them into a txt file. I achieved to print themn but not succeeded to save in the file. I need guidiance about this data saving part. 


btw I did search on the web but probably I missed the solution so far!

Thanks in advance :)

my code here
create two separate watches, one on x and one on y