Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: mgpensar on March 17, 2013, 04:23:35 pm

Title: The local variables and function arguments features have not been reimplemented
Post by: mgpensar on March 17, 2013, 04:23:35 pm
Hi,
In 12.11 the release notes says: " The local variables and function arguments features have not been reimplemented, because of complexities in the UI design, reliability issues and performance".

Is this just for 12.11 or this feature is not intended to be reimplemented in the forseable future ?

Thank you for your attention,
Mau.
Title: Re: The local variables and function arguments features have not been reimplemented
Post by: oBFusCATed on March 17, 2013, 05:34:53 pm
Is this just for 12.11 or this feature is not intended to be reimplemented in the forseable future ?
Yes, they will be reimplemented some day, but they are not high priority feature, at least in my list of features which have to be implemented.
Title: Re: The local variables and function arguments features have not been reimplemented
Post by: martind on August 28, 2013, 01:07:16 am
Sorry to dig up an old topic, but I would just like to comment from an embedded developer perspective.

I would consider this a critical feature for myself, and many embedded developers. It's also one of the most basic requirements for embedded & C++ debugging for us. This also seems to be the only IDE that does not support locals/function arguments?

Because of this I have had to switch from CodeBlocks for my development, which is a shame for me because I miss it greatly. I would also like to continue work on my embedded plugin (cbmcu), which I have not worked on for some time.

I really need this feature back in codeblocks, and I would like to start looking at the code again. I can't think of any real technical issues that would prevent this feature, however bowing to your superior knowledge on the subject.

Marty.
Title: Re: The local variables and function arguments features have not been reimplemented
Post by: MortenMacFly on August 28, 2013, 08:05:51 am
I really need this feature back in codeblocks
Search the forums, a patch is available.
Title: Re: The local variables and function arguments features have not been reimplemented
Post by: gd_on on August 28, 2013, 10:01:52 am
Hi,
I tried your patch (found here (http://forums.codeblocks.org/index.php/topic,18208.msg124577.html#msg124577)) on svn 9271 under Windows. Nevertheless, though it compiles and executes, I can't obtain a watch to local variables.
In Settings/debugger, "Watch functions arguments" and "Watch local variables", though checked, are still grayed.
I try a full C::B rebuild, also try to delete default.conf.
Do I miss something ?

gd_on
Title: Re: The local variables and function arguments features have not been reimplemented
Post by: martind on August 29, 2013, 11:10:39 pm
Many thanks, will take a look.

Martin.