News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Debugger: Cannot swicth to first thread in the list?!

Started by MortenMacFly, October 18, 2012, 08:11:17 AM

Previous topic - Next topic

MortenMacFly

It seems I cannot switch to the first thread (the one at the  bottom of the thread list) when debugging Windows applications. Can someone reproduce before I start a bug report, please?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Martin K.

Quote from: MortenMacFly on October 18, 2012, 08:11:17 AM
It seems I cannot switch to the first thread (the one at the  bottom of the thread list) when debugging Windows applications. Can someone reproduce before I start a bug report, please?

same here with the "original" GDB plugin. Debugger_GDBMI and the Debugger_CDB are working.

Martin

MortenMacFly

Quote from: oBFusCATed on October 18, 2012, 09:31:48 AM
Full debug log?
There is none. While for the other a "thread 11" command or something like that is issued, simply nothing happens for the last in the list (which is thread #1). What's missing is the "thread 1" command issued.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oBFusCATed

I've looked at some thread switching issues, before and it was almost hopeless to fix.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]