Author Topic: Debugger: Cannot swicth to first thread in the list?!  (Read 3648 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Debugger: Cannot swicth to first thread in the list?!
« 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?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugger: Cannot swicth to first thread in the list?!
« Reply #1 on: October 18, 2012, 09:31:48 am »
Full debug log?
(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!]

Offline Martin K.

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: Debugger: Cannot swicth to first thread in the list?!
« Reply #2 on: October 18, 2012, 10:02:39 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Debugger: Cannot swicth to first thread in the list?!
« Reply #3 on: October 18, 2012, 10:17:41 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugger: Cannot swicth to first thread in the list?!
« Reply #4 on: October 18, 2012, 10:49:14 am »
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!]