debugging: Does not display the content if indexed variable

Just starting out? Need help? Post your questions and find answers here.
jak64
Enthusiast
Enthusiast
Posts: 502
Joined: Sat Aug 15, 2020 5:02 pm
Location: Ciboure (France)

debugging: Does not display the content if indexed variable

Post by jak64 »

Hello,
When I debug a program, I put breakpoints to check, for example, the contents of a variable. It doesn't seem to work with an indexed variable :(
Thank you for your help.

see screenshot on the French forum : https://www.purebasic.fr/french/viewtop ... =1&t=18442
User avatar
Demivec
Addict
Addict
Posts: 4086
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: debugging: Does not display the content if indexed variable

Post by Demivec »

Highlight or select the variable and its index.
jak64
Enthusiast
Enthusiast
Posts: 502
Joined: Sat Aug 15, 2020 5:02 pm
Location: Ciboure (France)

Re: debugging: Does not display the content if indexed variable

Post by jak64 »

Hi Demivec,
It's OK, Thank you very much.
Post Reply