Fix breakpoints

This commit is contained in:
2025-03-10 09:38:03 +01:00
parent c39b54d0d7
commit 31f6fa1cc1
3 changed files with 8 additions and 17 deletions

3
test.c
View File

@@ -1,4 +1,5 @@
#include <stdio.h>
#include <inttypes.h>
void dupa(void) {
printf("KSKSKKSKSKSK\n");
@@ -6,6 +7,8 @@ void dupa(void) {
int main(void)
{
printf("main at 0x%"PRIxPTR"\n", (uintptr_t)&main);
for (int i = 1; i <= 20; i++) {
printf("i = %d\n", i);
if (i % 10 == 0) {