Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#4452 closed defect (worksforme)

Changed debug flags in show not effect in current OMEdit session

Reported by: olivleno Owned by: adeas31
Priority: high Milestone: 1.12.0
Component: OMEdit Version: v1.11.0
Keywords: debug flags, options Cc:

Description

After removing the -dumpDAE flag from the OMEdit Options dialog and re-compiling the model there will still be a dump created in the message window.
After closing and re-launch of OMEdit the flags are applied correctly.

Change History (8)

comment:1 Changed 7 years ago by adeas31

How are you using the flag?
Is it --preOptModules=dumpDAE or --postOptModules=dumpDAE.

comment:2 Changed 7 years ago by olivleno

I used --preOptModule+=dumpDAE

comment:3 Changed 7 years ago by adeas31

  • Resolution set to worksforme
  • Status changed from new to closed

I can't reproduce this issue. It might already be fixed in the master. You can try the latest nightly build.

comment:4 Changed 7 years ago by olivleno

You're right in v1.12.0 this woks fine with respect to the output in the message window.

Very good!

But, what is still not updating correctly is the omeditoutput.txt file.

comment:5 Changed 7 years ago by adeas31

omeditoutput.txt file is not cleared for each simulation.
It's only created once at the startup and then keeps on appending the output.

comment:6 Changed 7 years ago by olivleno

But then I'd expect that after each simulation the file is updated such that I can see the recent output after reloading the file. - This is currently not the case.

comment:7 Changed 7 years ago by adeas31

I am sorry but this will not be the case even in future. This is a log file for the whole session and we want to preserve the older messages.

comment:8 Changed 7 years ago by adeas31

  • Milestone changed from Future to 1.12.0
Note: See TracTickets for help on using tickets.