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 137373

Summary: Errors for Debug URL's with queries. can't process second query pair
Product: javascript Reporter: _ krystyna <krystyna>
Component: DebuggerAssignee: Joelle Lam <joellelam>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: sandipchitale
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ krystyna 2008-06-17 00:34:06 UTC
This debugURL can be processed:

            http://www.javadoconline.com/search.jsp?from=main

but this one cannot:


            http://www.javadoconline.com/search.jsp?from=main&class=String 


Upon launching the Run > Debug URL with the above string, the status line reports an error at index 62,
and will not launch the debugger.

See attached screenshot.
Comment 1 _ krystyna 2008-06-17 01:19:03 UTC
Actually, I think the problem is with the subsequent re-launches 
of Debug URL with queries because this worked the first time 
http://www.javadoconline.com/search.jsp?from=main&class=String.
But ending the session and repeating the string showed the errors
wiht the IDE status line reported an error.
Comment 2 _ sandipchitale 2008-06-18 19:18:19 UTC
Oops wrong issue updated.
Comment 3 _ krystyna 2008-07-04 01:40:16 UTC
Not seeing this in NetBeans IDE Dev (Build 200807031203) .
Closing.