From Code: Blocks to Dev-C ++, Dev-C ++ one-stop installation and debugging, devdev-c
Single file debugging
Codeblocks only supports single file compilation. It does not support single file debugging. Only the entire project can be debugged. The path name cannot contain Chinese characters or spaces!This is because the application is deprecated..
Fuck you!
I used something else.
WHO supports single-file compilation and debugging?
Dev-C ++
When installing the toolbox, You must select the default toolbox icon.
But once it is opened
Select Yes. It is a bit annoying to come out each time.
When debugging is selected, zlib1.dll is lost.
After zlib1.dll is downloaded
32-bit replication to c: \ Windows \ SYSTEM32, and then start-run-enter regsvr32 zlib1.dll
64-bit copy to c: \ Windows \ SysWOW64, start-Program-attachment-command prompt, right-click, run as administrator. Type: regsvr32 c: \ Windows \ SysWOW64 \ zlib1.dll
Then run dev-c ++.
Note that you must compile and debug the file first. dev has no restrictions on the path of the C file. There are spaces in Chinese. After you set the breakpoint, there will be a blue arrow, it indicates that it has already been stopped. Note that if your file is fully defined, it will not be stopped at the breakpoint, but will continue to be executed.
Tools-> editor options to change the color font size. Note that the curly braces are red and bold by default, which can be changed in symol.
You can also change the default code style.
In Astyle
Comment uncomment navigation!
All of these are available, very good, codeblocks is good, don't send! The only problem is that compilation is slow.