Hi,
I am writing to ask how to use the Trace module when using the
graphical interface.
In the script mode, when I want the ImportHDF5Field module (it's a
part of the dxhdf5 package) to print debugging information I write:
dx> Trace("d", 1);
dx> output = ImportHDF5Field("./file.h5");
dx> Trace("d", 0);
And it works as expected, because the ImportHDF5Field module prints
the debugging information if the "d" flag is set.
And now my question: how to achieve the same thing in the graphical
user interface? When put into the network, the Trace module does not
influence the ImportHDF5Field module.
Thank you & best,
Irek