Function moras::modules::riscv::middleware::frontend_api::run

source ·
pub fn run(
    cur_tab_name: State<'_, CurTabName>,
    tab_map: State<'_, TabMap>,
) -> Optional
Expand description

Run the code in the currently active tab in normal mode(won’t stop at exist break point).

  • cur_tab_name: State containing the current tab name.
  • tab_map: State containing the map of all tabs.

Returns Optional indicating whether the run session was successfully started.