Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: drac on March 20, 2008, 02:16:19 pm

Title: Visual Studio 2008 Enum Bit Flags Visualization
Post by: drac on March 20, 2008, 02:16:19 pm
You can see about it here (http://blogs.msdn.com/vcblog/archive/2008/03/10/visual-studio-2008-enum-bit-flags-visualization.aspx).

I don't know if this can be implemented into C::B, though.
Title: Re: Visual Studio 2008 Enum Bit Flags Visualization
Post by: Ceniza on March 20, 2008, 03:22:30 pm
It could be implemented into C::B, but I don't really think that's gonna happen. It's not really that easy to start with.

The right place to ever consider implementing that is GDB. You better ask the GDB guys.

[edit]
Another option could be writing a GDB script. However, I'm not sure how powerful GDB scripts can be.
[/edit]