Made missing break event post attach a warning instead of an error
This commit is contained in:
@@ -1177,7 +1177,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr
|
|||||||
this->waitForStoppedEvent();
|
this->waitForStoppedEvent();
|
||||||
|
|
||||||
} catch (const Exception& exception) {
|
} catch (const Exception& exception) {
|
||||||
Logger::error(
|
Logger::warning(
|
||||||
"Execution on AVR8 target could not be halted post attach - " + exception.getMessage()
|
"Execution on AVR8 target could not be halted post attach - " + exception.getMessage()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user