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 86550 - huge String variable preview cannot be aborted
Summary: huge String variable preview cannot be aborted
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 10:51 UTC by mno
Modified: 2006-10-05 11:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mno 2006-10-05 10:51:02 UTC
After I move my mouse pointer (while debuging) over a String variable which 
contains a lot of data (>500KB) there is no way to abort the preview process, 
which can take over 1 minute. I would expect, that moving the mouse away from 
the variable should abort the preview process.
Comment 1 mno 2006-10-05 11:02:36 UTC
or the performance of the preview process could be improved. There is no need 
to process the whole variable, because only a few KB can be shown in a hint 
window anyway.