--- title: "[bojemoi] bm12: debug mode sequential iteration over host_debug" date: 2026-03-01T11:06:32+01:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 6eaba66 par Betty dans bojemoi" author: "Betty" --- ## Commit `6eaba66` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `6eaba6610e81bb4a43a00ddd5863d3127f36a396` | ### Description Same fix as uzi: load all host_debug records upfront ordered by id, iterate sequentially, stop after last record instead of looping infinitely on the same host. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M borodino/thearm_bm12 ``` ### Diff Summary ``` borodino/thearm_bm12 | 121 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 114 insertions(+), 7 deletions(-) ```