fix debugger not stopping at main

This commit is contained in:
T0b1
2024-05-06 04:09:10 +02:00
parent 843ca4dd5f
commit 53899ef3c3

View File

@@ -162,7 +162,8 @@ void LLDBBackend::handle_state_change(lldb::StateType state)
if (!_stop_at_entry)
{
_target.BreakpointDelete(_hidden_main_bp);
// TODO: if we delete this, lldb continues the process again (?)
//_target.BreakpointDelete(_hidden_main_bp);
}
if (state == StateType::eStateStopped)