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 75966 - Show Source warning shown during debugging
Summary: Show Source warning shown during debugging
Status: VERIFIED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Pavlo Tymoshenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 09:16 UTC by Jiri Skrivanek
Modified: 2008-11-05 13:20 UTC (History)
1 user (show)

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 Jiri Skrivanek 2006-05-05 09:16:23 UTC
The following warning is shown when you debug a web application:

WARNING: Show Source: Have no line for URL = file:/C:/Documents%20and%20Settings
/js193926/My%20Documents/NetBeansProjects/WebApplication2/src/java/, line number
 = 1

To reproduce:

- create a new Web Application
- add breakpoint to index.jsp (e.g. line 22)
- start debugger (F5)
- when the breakpoint is reached it prints above warning to console.

Build 20060504-1526, WindowsXP, JDK1.5.0_06.
Comment 1 pslechta 2008-11-03 13:39:55 UTC
Product Version: NetBeans IDE Dev (Build 200810290201)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Cannot reproduce, no such message in NB log.
Closing as WORKSFORME. Reporter please reopen if you don't agree.
Comment 2 Jiri Skrivanek 2008-11-05 13:20:22 UTC
Verified.