Opened 9 years ago
Closed 9 years ago
#3870 closed defect (fixed)
path information in BackendDAE.VAR needed for visualization
Reported by: | Volker Waurich | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Frontend | Version: | |
Keywords: | Cc: | Adrian Pop, Martin Sjölund, Per Östlund |
Description
Hi,
I noticed that DAE.SOURCE.typeLst in BackendDAE.VAR.source includes no information about paths anymore. (e.g. Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum)
The information whether a certain BackendDAE.Var is defined in Modelica.Multibody.Visualizers.Advanced.* is needed to generate the information for the visualization.
Where can I find this information now?
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
There should be some flag for debug-level (-g=1
) or flags to turn on/off (-g+=source
), but there isn't. So it is available using -d=infoXmlOperations
, which is a really bad name for the debugging information.
comment:3 by , 9 years ago
Thanks for the reply. -d=infoXmlOperations
works. Please keep me informed, if you change the name of the flag.
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I think Martin removed it to minimize memory but it should be available on some flag.