Could there be an option or checkbox added, possibly in the canvas menu or something like that, where I could tell Designer to RETAIN all browses when creating a debug module?
Currently, when running a debug, ALL browses are removed from the resulting debug module. This is HIGHLY inefficient (for me anyways) since I generally have a bunch of browses in place exactly where I want to see the resultant data as I'm debugging.... So, every single time I iterate and run a new debug, I have to go back through and add all of the browses back in where I need them. Sometimes this is only a handful, but often this is 10, 20+ browses in a larger module and wastes far to much of my time.
Solved! Go to Solution.
Not sure why, but just got notified about the original post and thought I would mention a couple hot keys that some people don't know about much...
The new functionality in 10.5 for the Browse Results that @BenG mentions is great, but just an FYI...if you still want to have the Browse Tool itself, and you have a lot of them you want to add, sometimes a more efficient way is to click in the canvas, hit CTRL-A, and then CTRL-SHIFT-B.
That selects ALL of the tools on the canvas and then adds a Browse Tool to each one that is selected. (Or you can drag across the tools you need Browse tools after and do the same thing.)
Another way to get it to not delete your Browse tools:
@jpoz, another "not-wasted day" because I learned something new!
Thanks!