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 14353 - "Lexical error:..." under watch node appears
Summary: "Lexical error:..." under watch node appears
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-10 15:26 UTC by Karel Serin
Modified: 2001-08-24 08:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karel Serin 2001-08-10 15:26:24 UTC
Netbeans build 200108100740
=======================

Steps to reproduce:
-------------------
1. Debug some application with breakpoints set (e.g. MemoryView)
2. Go to the Watch tab
3. Click on the Add Watch
4. Don't enter anything inside the editable field just click OK

New watch appear under the watch node with the following text 
"= >Lexical error: "" at line 1, column 0<
Comment 1 Daniel Prusa 2001-08-21 15:28:03 UTC
"Lexical error" is output from the expression parser - the empty 
string cannot be parsed, thus the message appears when the watch is 
evaluated. It is not a bug.
Comment 2 Jan Stola 2001-08-24 08:45:44 UTC
Invalid -> Closed.