Debug Variable Names

pmolsen

Senior Member
Is there any way of making the Debug window show the variable numbers (b0, b1, b2...) like it used to, instead of variable names. I am on V5.5.5. The previous version showed the numbers.

In my current program I use all variables numerous times under various different names. The debug window just displays the last defined variable. It makes it almost impossible to work out which variable is which in the debug window, especially when it is changing quickly.
 

hippy

Technical Support
Staff member
There are a few workrounds to do what you want but the easiest is to add a block of 'Symbol _b0 = b0' etc at the end of your program.
 

pmolsen

Senior Member
Have the good people at Rev-ed been asked to add the b0, b1... to the left of the display? There is plenty of room for it by expanding the debug box a bit.
 

hippy

Technical Support
Staff member
We will take a look at how we display the debugging information.
 
Top