Version 5.13-beta2
- add: Redirect STDIO to a file when run (not working in windows XP)& debug the compiled program (need a patched gdb)
- add: redesigned debugger. Commands are processed one by one . This makes debugged windows more like real gdb console.
- add: In the CPU window, click on the functions in the left-bottom list will show the function's disassebly and cpu info
- fix: graphics.h & libturtle project templates
- fix: multi language support for rename symbol
- fix: parameters are in effect when run the compiled project program
- fix: When the compiler set setting in an old project is not valid any more, we use the editor's current set instead. But we cant save it (modify flag of the project is not set).
- fix: font size of debug output window is incorrect.
Version 5.13-beta2
- add: Redirect STDIO to a file when run (not working in windows XP)& debug the compiled program (need a patched gdb)
- add: redesigned debugger. Commands are processed one by one . This makes debugged windows more like real gdb console.
- add: In the CPU window, click on the functions in the left-bottom list will show the function's disassebly and cpu info
- fix: graphics.h & libturtle project templates
- fix: multi language support for rename symbol
- fix: parameters are in effect when run the compiled project program
- fix: When the compiler set setting in an old project is not valid any more, we use the editor's current set instead. But we cant save it (modify flag of the project is not set).
- fix: font size of debug output window is incorrect.
Binaries can be found here:
https://sourceforge.net/projects/dev-cpp-2020/files/Dev-CPP%202020/
And sources can be found here:
https://github.com/royqh1979/Dev-CPP