bl()/rmbl() commands for setting/removing breakpoints at source line

This commit is contained in:
kamkow1
2025-03-13 16:02:15 +01:00
parent 07c4b9283b
commit 46c8a1e26b
4 changed files with 61 additions and 2 deletions

4
test.c
View File

@@ -3,7 +3,9 @@
#include <stdlib.h>
void dupa(void) {
printf("KSKSKKSKSKSK\n");
printf("a\n");
printf("b\n");
printf("c\n");
}
int main(void)