Hi @Gad_usr1
according to your screenshot, it looks like the project is loaded but there's some problem in startup files and main function cannot be reached.
Try to uncheck "Run on reset" in Debug Configuration:
lukaszadrapa_0-1724656067926.png
Then the program should stop right at the entry point after loading. Is this working?
If yes, try to step the startup files to see where it crashes exactly.
Regards,
Lukas