Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » debug and variables passed as reference
debug and variables passed as reference [message #119379] Fri, 03 September 2004 21:36
Eclipse UserFriend
Originally posted by: woap.libero.it

hi all. if i have a function, for example:

int sum(int &a, int b)
{
....
}

when i'm in debug i don't see a value, but its address. to see its value
i have to cast from int& to int in variable view. there is a way to see
values for variables passed as reference?

thanks, l.
Previous Topic:can I set include and lib paths using eclipse ${workspace:/subproject/...} notation
Next Topic:debug and pop-up watches
Goto Forum:
  


Current Time: Wed Jul 17 01:25:29 GMT 2024

Powered by FUDForum. Page generated in 0.03071 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top