Issues with Qt Creator debugging crashes and temporary file generation errors
-
Every time Qt Creator starts debugging, it generates an empty file in the C drive directory:

Firstly, it can be confirmed that it is not related to the project code, as debugging a new project also generates this file. Additionally, the most significant issue is that debugging causes a crash:

The crash occurs before entering the main function, preventing me from continuing with debugging. -
C Christian Ehrlicher moved this topic from General and Desktop on
-
Every time Qt Creator starts debugging, it generates an empty file in the C drive directory:

Firstly, it can be confirmed that it is not related to the project code, as debugging a new project also generates this file. Additionally, the most significant issue is that debugging causes a crash:

The crash occurs before entering the main function, preventing me from continuing with debugging.Hi @onecodeWorld,
- which Qt Creator version is that?
- which Qt version is your Kit using?
- is that with MSVC or MinGW compiler?
- does it also happen with a minimal "hello world" C/C++ example?
And maybe a silly question: are you running Creator as Administrator?
Regards