During script development I'm finding I often want to run little one-off scripts to get some insight into the environment at that particular point in time. Stuff like...
LogFileWrite(ItemInfoGet("MyGlobal"))
or maybe iterating through a collection to see what it contains.
Currently I have to open a new script window, type up my script, and execute it. This gets to be a headache as I have several temporary script windows open each with a different command I want to use. It would be nice to have a script console tab available in the watch window where I could type in the commands and have them execute immediately. Alternatively, an option to highlight a section of a script and execute only that section would allow me to bunch all my commands into a single temporary window.
You can call SHIFT+CTRL+F1 at any time in DIAdem to display the content of variables.
Greetings
Walter