AlexR 0 Posted October 12, 2010 Report Share Posted October 12, 2010 I don't know whether this is a bug or simply an oversight but why don't local variables show up in the browse window? Global variables get listed but not local ones. Quote Link to post Share on other sites
Reynard 0 Posted October 12, 2010 Report Share Posted October 12, 2010 Hi Alex, I suppose you could have 10 local vars all with the same name in 10 different functions. You would then have to identify in the browse window the function name as well. It could be done as well I suppose. Cheers Reynard Quote Link to post Share on other sites
AlexR 0 Posted October 13, 2010 Author Report Share Posted October 13, 2010 (edited) Ideally they would be listed by function. Local variables do show up in the MPLAB IDE but variables with the same names just get listed multiple times with indication of which function they refer to. This is a bit inconvenient but better than the present situation in SourceBoost IDE where they don't show up at all. Edited October 13, 2010 by AlexR Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.