Hi
I often use maps with 100-200 elements but in the debugger I cannot find a way to display just a particular map element. I have to display all map elements and then scroll down the list looking for a particular key. Since the elements are not in alphabetical order it is tiresome scrolling though 200 elements. Is there a simple way to find a specific map element in the debugger?
Simon
How to Display Specific Map Element in Debugger?
How to Display Specific Map Element in Debugger?
Simon White
dCipher Computing
dCipher Computing
Re: How to Display Specific Map Element in Debugger?
Open Variable Viewer
- Select Map
- Context -> 'Display Range'
- Dialogbox -> enter map entry name
I also tried it out for the first time.
- Select Map
- Context -> 'Display Range'
- Dialogbox -> enter map entry name
I also tried it out for the first time.

Code: Select all
Global NewMap foo()
foo("s1") = 100
foo("s2") = 200
foo("s3") = 300
foo("s4") = 300
ShowVariableViewer()
CallDebugger
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: How to Display Specific Map Element in Debugger?
Hi
I tried this before and always got a message about garbage at the end of the input because I included the element in the name box. However today when I tried your suggestion everything worked fine. I am sure I tried putting the entry name in the display range box before as well but I obviously was doing some wrong.
Thanks,
Simon
I tried this before and always got a message about garbage at the end of the input because I included the element in the name box. However today when I tried your suggestion everything worked fine. I am sure I tried putting the entry name in the display range box before as well but I obviously was doing some wrong.
Thanks,
Simon
Simon White
dCipher Computing
dCipher Computing