Code::Blocks Forums

User forums => Help => Topic started by: ollydbg on July 02, 2021, 03:22:01 pm

Title: debugger tooptip is gray in rev12481
Post by: ollydbg on July 02, 2021, 03:22:01 pm
Here is the screen shot in attachment.

and I see the debugger log is OK:
Code
[debug]> output &baudRate
[debug](int *) 0x31f67c>>>>>>cb_gdb:
[debug]> output baudRate
[debug]9600>>>>>>cb_gdb:
Title: Re: debugger tooptip is gray in rev12481
Post by: oBFusCATed on July 02, 2021, 03:33:13 pm
Already discussed and logged as an issue.
Title: Re: debugger tooptip is gray in rev12481
Post by: gd_on on July 02, 2021, 05:09:42 pm
look at https://forums.codeblocks.org/index.php/topic,23806.msg167120.html#msg167120
if you are on Windows 64 / MinGW 64 (may be also 32 but it's not sure), a patch is possible in ticket # 1100 (https://sourceforge.net/p/codeblocks/tickets/1100/). On other OS, it's not sufficient apparently.
Title: Re: debugger tooptip is gray in rev12481
Post by: ollydbg on July 03, 2021, 12:52:01 pm
look at https://forums.codeblocks.org/index.php/topic,23806.msg167120.html#msg167120
if you are on Windows 64 / MinGW 64 (may be also 32 but it's not sure), a patch is possible in ticket # 1100 (https://sourceforge.net/p/codeblocks/tickets/1100/). On other OS, it's not sufficient apparently.

Hi, thanks for the help.

I'm using 64bit Windows and latest svn version, and with the patch in ticket 1100, I see this issue is fixed.