``` (gdb) print (*self).event_button.status $4 = task_kairos_controller::active_mode::CodecEventStatus<()>::Inactive (gdb) set (*self).event_button.status = task_kairos_controller::active_mode::CodecEventStatus<()>::Inactive No symbol 'task_kairos_controller::active_mode::CodecEventStatus' in current context (gdb) ``` How do you set a enum to a value in gdb? (debugging a rust language program)