News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How can i get "Debug Perspective" like in Eclipse CDT

Started by redliner, February 08, 2008, 09:02:27 AM

Previous topic - Next topic

redliner

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 =((


MortenMacFly

Quote from: redliner on February 08, 2008, 09:02:27 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: [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]

redliner


MortenMacFly

Quote from: redliner on February 08, 2008, 09:40:04 AM
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: [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]

Jenna

I guess he wants the single windows (watches, breakpoints ...) to be put into tabs as with Eclipse.

JGM

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.

dje

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

kkez

Quote from: JGM on February 08, 2008, 02:30:04 PMSome 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).

redliner

2MortenMacFly Have you thought about this like a new feature?

MortenMacFly

Quote from: kkez on February 08, 2008, 03:43:32 PM
The developers could drop wxflatnotebook and adopt wxauinotebook (the class' methods are the same).
Quote from: redliner on February 17, 2008, 06:21:44 AM
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: [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]