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 Francesco Casella, 6 years ago

Component: *unknown*OMEdit
Owner: changed from somebody to Adeel Asghar
Status: newassigned

comment:2 by Adeel Asghar, 6 years ago

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.

in reply to:  2 comment:3 by Francesco Casella, 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 :)

comment:4 by Adeel Asghar, 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.

in reply to:  4 comment:5 by Francesco Casella, 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 to Simulation Output Window.

Sounds good. An icon with the blue bug will help reinforce the concept :)

comment:6 by Adeel Asghar, 6 years ago

Resolution: fixed
Status: assignedclosed

Done in b09a4f0/OMEdit.

Note: See TracTickets for help on using tickets.