代码里有 for 循环 uint8_t str[256] = {0}; for (int i=0;i <256;i++) { str[i] = i; } 如何跳过呢 或者全速执行到break point
在for循环之后设置一个断点,然后继续运行