Opened 5 years ago

Closed 5 years ago

#5274 closed enhancement (fixed)

Allow opening the transformation debugger upon successful simulation

Reported by: casella Owned by: adeas31
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 Changed 5 years ago by casella

  • Component changed from *unknown* to OMEdit
  • Owner changed from somebody to adeas31
  • Status changed from new to assigned

comment:2 follow-up: Changed 5 years ago by 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.

comment:3 in reply to: ↑ 2 Changed 5 years ago by casella

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 follow-up: Changed 5 years ago by adeas31

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 in reply to: ↑ 4 Changed 5 years ago by casella

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 Changed 5 years ago by adeas31

  • Resolution set to fixed
  • Status changed from assigned to closed

Done in b09a4f0/OMEdit.

Note: See TracTickets for help on using tickets.