Python Forum
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Saving data in the Debugger
#1
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
Reply
#2
create two separate watches, one on x and one on y
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Debugger azizrasul 6 1,196 Nov-02-2022, 09:46 PM
Last Post: azizrasul
  Need help formatting dataframe data before saving to CSV cubangt 16 5,918 Jul-01-2022, 12:54 PM
Last Post: cubangt
  Idle debugger pops up Run.py - library? fred1232 1 1,651 Jul-27-2021, 01:01 AM
Last Post: Larz60+
  VS Code debugger using wrong Python environment topfox 0 2,517 Jun-09-2021, 10:01 AM
Last Post: topfox
  saving data from text file to CSV file in python having delimiter as space K11 1 2,415 Sep-11-2020, 06:28 AM
Last Post: bowlofred
  Using Spyder Full Screen Debugger ErnestTBass 0 1,478 Aug-20-2020, 08:17 PM
Last Post: ErnestTBass
  Reading serial data and saving to a file Mohan 1 7,562 May-25-2020, 04:18 PM
Last Post: pyzyx3qwerty
  Debugger Disabled erictan 1 3,993 Apr-30-2020, 02:17 PM
Last Post: pyzyx3qwerty
  pydev debugger: process 3442 is connecting when I run a program with ALT+COMMAND+R Seneca260 1 2,657 Jan-06-2020, 06:57 PM
Last Post: micseydel
  Saving and accessing data from different clients SheeppOSU 1 1,982 Jul-28-2019, 02:15 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020