Opened 6 years ago
Closed 6 years ago
#5274 closed enhancement (fixed)
Allow opening the transformation debugger upon successful simulation
Reported by: | Francesco Casella | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.14.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
When simulating a model, if the simulation is not successful, it is possible to open the debugger by clicking on Debug more
in the log window.
Unfortunatly, to my knowledge it is not possible to do so if the simulation is successful, which is a bit weird.
Change History (6)
comment:1 by , 6 years ago
Component: | *unknown* → OMEdit |
---|---|
Owner: | changed from | to
Status: | new → assigned |
follow-up: 3 comment:2 by , 6 years ago
comment:3 by , 6 years ago
Replying to adeas31:
There is an option
Tools->Options->Debugger->Always show Transformational Debugger after compilation
. If you check that then the transformational debugger will show up after every successful compilation.
Good to know. But it doesn't help when you have just run a simulation that took 15 minutes and you discover that you cannot show the debugger because it terminated successfully, so your next chance to do so is in 15 minutes from now :)
follow-up: 5 comment:4 by , 6 years ago
Well you can also open it via File->Open Transformations File
and then select the model_info.json file.
I can also add a button Open Transformational Debugger
to Simulation Output Window
.
comment:5 by , 6 years ago
Replying to adeas31:
Well you can also open it via
File->Open Transformations File
and then select the model_info.json file.
That works, but is a bit technical, you need to associate the concept of "Transformation File" with the debugger.
I can also add a button
Open Transformational Debugger
toSimulation Output Window
.
Sounds good. An icon with the blue bug will help reinforce the concept :)
There is an option
Tools->Options->Debugger->Always show Transformational Debugger after compilation
. If you check that then the transformational debugger will show up after every successful compilation.