Menu

Pause Button

Anobium
2017-11-22
2019-05-26
  • Anobium

    Anobium - 2017-11-22

    Need a pause button to assist in reviewing the sim, and, a single step and resume would be really good.

    1. Pause
    2. Single Step
    3. Resume.

    :-)

     
  • Santiago

    Santiago - 2017-11-22

    A pause button could be useful.

    For microcontroller you could review simulation from debugger...

    What do you mean single step?
    Are you talking about microcontroller steps?

     
    • Anobium

      Anobium - 2017-11-22

      This is not for debugging the code, but, it could be. This is more about single step so you can see what is happening. This would be useful.

       
  • diego bertotti

    diego bertotti - 2019-05-25

    Santiago, thanks for your great work!!

    I agree, a pause button in the simulator will be usefull.

    I use lazarus/freepascal, and for AVR. it uses gcc binutils, then i think wil be easy add these feature to debugger. By now, i can simulate the .hex code compiled in lazarus , but debug it will be awesome!!

    Lazarus/freepascal compiler generate a .s(asm), .o(object), .hex and .elf files and using objdump we can generate a .lst

     

    Last edit: diego bertotti 2019-05-25
  • Santiago

    Santiago - 2019-05-25

    Hi Diego.

    Pause button is planned for future versions.

    So you code in Pascal for AVR?
    It would be possible add it to the debugger, but not easy. Simulide doesn't integrate gdb by now, it is planned for future versions, but it will take some time.

     
    • diego bertotti

      diego bertotti - 2019-05-25

      Hi, yes, i use pascal for everything. Take a look a lazarus project.. Write once, compile everywhere... And works!
      Windows, linux (pc and raspberry pi), 8051 and avr microcontrollers

       

      Last edit: diego bertotti 2019-05-25
  • diego bertotti

    diego bertotti - 2019-05-26

    santiago, i send you an email to gmail