File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ Version 6.7.3
2
+
3
+ - fix: gdb annotation infos are not correctly displayed
4
+ - fix: the symbol completion option for ']' doesn't work
5
+
6
+ Version 6.7.2 JUNE 2021
7
+
8
+ - fix: show value of the variable under cursor when debugging
9
+ - add: open .asm file with assembly language highlighter
10
+
1
11
Version 6.7.1 MAY 2021
2
12
3
13
- fix: gdb.exe included in the gcc 10.2 distribution may fail to debug
Original file line number Diff line number Diff line change 1
1
# ###################################################################
2
2
# Startup
3
3
4
- !define COMPILERNAME " GCC 10.2 "
4
+ !define COMPILERNAME " GCC 10.3 "
5
5
!define COMPILERFOLDER " MinGW32"
6
- !define DEVCPP_VERSION " 6.7.1 "
6
+ !define DEVCPP_VERSION " 6.7.2 "
7
7
!define FINALNAME " Dev-Cpp.${DEVCPP_VERSION}.${COMPILERNAME}.Setup.exe"
8
8
!define DISPLAY_NAME " Red Panda Dev-C++ ${DEVCPP_VERSION}"
9
9
Original file line number Diff line number Diff line change 3
3
4
4
!define COMPILERNAME " GCC 9.2"
5
5
!define COMPILERFOLDER " MinGW32_GCC92"
6
- !define DEVCPP_VERSION " 6.7.1 "
6
+ !define DEVCPP_VERSION " 6.7.2 "
7
7
!define FINALNAME " Dev-Cpp.${DEVCPP_VERSION}.${COMPILERNAME}.Setup.exe"
8
8
!define DISPLAY_NAME " Red Panda Dev-C++ ${DEVCPP_VERSION}"
9
9
Original file line number Diff line number Diff line change 3
3
4
4
!define COMPILERNAME " No.Compiler"
5
5
!define COMPILERFOLDER " "
6
- !define DEVCPP_VERSION " 6.7.1 "
6
+ !define DEVCPP_VERSION " 6.7.2 "
7
7
!define FINALNAME " Dev-Cpp.${DEVCPP_VERSION}.${COMPILERNAME}.Setup.exe"
8
8
!define DISPLAY_NAME " Red Panda Dev-C++ ${DEVCPP_VERSION}"
9
9
You can’t perform that action at this time.
0 commit comments