Closed GoogleCodeExporter closed 9 years ago
Hi dpodwall
There is a dedicated google group
http://groups.google.com/group/chromedevtools-dev,
however you may need to subscribe first to be able to write there.
I guess getFullyQualifiedName really should provide fully qualified name. It
may be
broken though.
Could you please rephrase it more like an issue?
Peter
Original comment by peter.ry...@gmail.com
on 4 Mar 2010 at 1:00
And yes, patches are welcome.
Peter
Original comment by peter.ry...@gmail.com
on 4 Mar 2010 at 1:02
I have no ability to edit the issue in order to rephrase it better. Feel free
to close this one out and I could create a
new one.
Original comment by dpodwall
on 4 Mar 2010 at 2:46
I just was thinking about "expected/actual results [and rationale]" form. I'm
fine with
having this in comments or you indeed could open an new issue; I'll close this
one
accordingly.
Peter
Original comment by peter.ry...@gmail.com
on 4 Mar 2010 at 5:20
OK, so attached a simple example. If a breakpoint is set on the second line of
the click() function and you run to
that point, and expand the "obj" variable, there will be a JsVariableImpl
instance corresponding to obj.value.
Calling getFullyQualifiedName() on that instance should return "obj.value", but
it currently returns "null.value".
The rationale is that we'd like to use the fully qualified name in order to
build JavaScript expressions that can
update variable values in the debugger.
Original comment by dpodwall
on 5 Mar 2010 at 5:11
Attachments:
Fixed in head r314
Original comment by peter.ry...@gmail.com
on 9 Mar 2010 at 5:01
Original issue reported on code.google.com by
dpodwall
on 3 Mar 2010 at 3:05