This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 186794 - convergence: balloon eval implementation.
Summary: convergence: balloon eval implementation.
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: -S1S-
Hardware: All All
: P3 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 11:17 UTC by ivan
Modified: 2010-05-27 11:17 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2010-05-27 11:17:11 UTC
gdb-lite and dbxgui do balloon eval slightly differently.

dbxgui's logic is in EvalAnnotation.
It picks lines and offsets or selections and passes them on
to the engine. The dbx engine passes the info on to dbx
whcih does any parsing. The gdb engine calls back to
EvalAnnotation.extractExpression().

gdb-lite implements this in ToolTipAnnotation and relies on
the lexer and access to the whole document.