Recent

Author Topic: see value of a tab(dynamic array)  (Read 2186 times)

ludolaz

  • Newbie
  • Posts: 5
see value of a tab(dynamic array)
« on: September 15, 2016, 03:13:58 pm »
Hi,
in debug mode, i can see actualy (laz 1.6) only 5 first value of a tab.
How can i see more value ?
Of course, i don't want to print my tab(dynamic array) in a extern file.
Thx

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9877
  • Debugger - SynEdit - and more
    • wiki
Re: see value of a tab(dynamic array)
« Reply #1 on: September 15, 2016, 03:28:20 pm »
add your variable to the watches window (popup menu, debug, watch).

Then edit the properties of the watch. Set repeat count to 99, or whatever you need (careful, it takes some time to get 100 values)

you can also add a watch
myArray[30] with repeat count of 10 to see element 30..39

ludolaz

  • Newbie
  • Posts: 5
Re: see value of a tab(dynamic array)
« Reply #2 on: September 15, 2016, 04:28:18 pm »
Thx, resolved  :D

 

TinyPortal © 2005-2018