online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include "data.h" #include "stdio.h" /* Global typedef */ /* Global define */ /* Global Variable */ /********************************************************************* * @fn main * * @brief Main program. * * @return none */ int main(void) { // NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2); // Delay_Init(); // USART_Printf_Init(115200); // printf("SystemClk:%d\r\n", SystemCoreClock); // // printf("This is printf example\r\n"); while(1) { for (data=0;data<100;data++) { printf("ff\n"); // addon(); } } }
/* * data.h * * Created on: 17 июл. 2023 г. * Author: s */ #ifndef USER_DATA_H_ #define USER_DATA_H_ extern int data; #endif /* USER_DATA_H_ */

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue