Ask a Question related to UNIX Programming, Design and Development.
-
bill #1
how to see STL vector element value in Forte Workshop debugger?
Hi,
I am using Forte Workshop 6.0, in its debugger I can not see the
value of any STL container element. For example, I have a vector
variable, when I point to it, all I see is a list of element class
type and the class allocator, there are some addresses in it, but I do
not think they are the addresses of the elements. I tried casting the
addresses, like this, (My_Class)0x100000, I was prompted "can not see
the class type".
I wonder if there is some way to see the user defined class type
object value in a vector in Forte Workshop.
Thanks.
bill Guest
-
how the vector is created, how to pass vector to webservices method apachesoap:Vector
Below is input parameter of my Web Services method vectorTest - <wsdl:message name="vectorTestRequest"> <wsdl:part name="userName"... -
[HTML::Element] how to read element by element
Hello I read the doc about HTML::Element, but I don't find how to read the tree create by parse() element by element. The doc says the tree looks... -
Filemaker Pro - HTML - Forte interactions
Mac OSX - Safari - SQL - Forte - Troi URL - FMP6 I eventually need our FMP solution to interact with a SQL database that, apparently, i wont be... -
Workshop Debugger without CDE?
I'm having a strange problem running Sun's Workshop 4.0 debugger on Solaris 2.5.1. When I try to attach a process, I get an "internal error core... -
Workshop (Forte 6.2) problem
I've completed my first project using workshop. I was able to sign into it during the project and a bit after deploment. Now, I'm experience two... -
joe@invalid.address #2
Re: how to see STL vector element value in Forte Workshop debugger?
[email]clinton__bill@hotmail.com[/email] (bill) writes:
Probably, but I'm not familiar enough with that debugger to be able to> I am using Forte Workshop 6.0, in its debugger I can not see the
> value of any STL container element. For example, I have a vector
> variable, when I point to it, all I see is a list of element class
> type and the class allocator, there are some addresses in it, but I
> do not think they are the addresses of the elements. I tried casting
> the addresses, like this, (My_Class)0x100000, I was prompted "can
> not see the class type". I wonder if there is some way to see the
> user defined class type object value in a vector in Forte Workshop.
explain it. However, the Solaris dbx manual is available at
docs.sun.com
[url]http://docs.sun.com/db/coll/36.7[/url]
Someone in comp.unix.solaris might be able to give you better advice.
Joe
joe@invalid.address Guest
-
bill #3
how to see STL vector element value in Forte Workshop debugger?
I am using Forte Workshop 6.0, in its debugger I can not see the value
of any STL container element. For example, I have a vector variable,
when I point to it, all I see is a list of element class type and the
class allocator, there are some addresses in it, but I do not think
they are the addresses of the elements. I tried casting the addresses,
like this, (My_Class)0x100000, I was prompted "can not see the class
type". I wonder if there is some way to see the
user defined class type object value in a vector in Forte Workshop.
bill Guest



Reply With Quote

