Author Topic: How can i get "Debug Perspective" like in Eclipse CDT  (Read 6343 times)

Offline redliner

  • Single posting newcomer
  • *
  • Posts: 3
How can i get "Debug Perspective" like in Eclipse CDT
« on: February 08, 2008, 09:02:27 am »
Hello everyone!
How can i get Debug Perspective like in Eclipse CDT
screenshot of Eclipse

after some actions i've got this, it is codeblocks

but it's not very comfortable to debug there =((

« Last Edit: February 08, 2008, 09:44:19 am by redliner »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #1 on: February 08, 2008, 09:20:18 am »
but it's not very comfortable to debug there =((
??? It looks like the Eclipse one...?! I don't understand what you are trying to say - what's the problem exactly?
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 redliner

  • Single posting newcomer
  • *
  • Posts: 3
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #2 on: February 08, 2008, 09:40:04 am »
I want to get appearance like in Eclipse.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #3 on: February 08, 2008, 01:51:42 pm »
I want to get appearance like in Eclipse.
...according to your screenshots you have that already...?! If you mean "pixel-by-pixel wise" then sorry, Eclipse is Java UI, C::B is wxWidgets UI - these widget sets are different by design.
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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #4 on: February 08, 2008, 02:16:08 pm »
I guess he wants the single windows (watches, breakpoints ...) to be put into tabs as with Eclipse.

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #5 on: February 08, 2008, 02:30:04 pm »
Also those Maximize Buttons on the Panes are Very Useful, but there is a bug when maximizing the bottom pane (as a top pane i think) with aui, it doesn't maximize completely on the window, only takes part of it. Some time ago i saw a patch to fix that on the aui forum.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #6 on: February 08, 2008, 02:30:48 pm »
I also prefer this kind of layout. A Debug notebook docked on the right would be nice. As I can only look at 1 window at a glance, I prefer a big one than 5 small.

Dje

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #7 on: February 08, 2008, 03:43:32 pm »
Some time ago i saw a patch to fix that on the aui forum.
And it works.

BTW, the wxauinotebook already allows a wxauipane to be docked as a tab. The developers could drop wxflatnotebook and adopt wxauinotebook (the class' methods are the same).

Offline redliner

  • Single posting newcomer
  • *
  • Posts: 3
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #8 on: February 17, 2008, 06:21:44 am »
2MortenMacFly Have you thought about this like a new feature?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: How can i get "Debug Perspective" like in Eclipse CDT
« Reply #9 on: February 17, 2008, 08:19:59 am »
The developers could drop wxflatnotebook and adopt wxauinotebook (the class' methods are the same).
2MortenMacFly Have you thought about this like a new feature?
I thinks it's not a bad idea, but it is in fact not as simple as a replacement. In addition we are changing a core component so this is a critical mission anyways. I don't see this to happen before the next C::B release.
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