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 93464 - Debugger does not stop at breakpoint in the attached project
Summary: Debugger does not stop at breakpoint in the attached project
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
: 93611 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-29 16:50 UTC by Mikhail Kondratyev
Modified: 2007-03-06 10:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample process (54.95 KB, application/octet-stream)
2007-01-29 16:51 UTC, Mikhail Kondratyev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Kondratyev 2007-01-29 16:50:47 UTC
Steps to reproduce:
 - open attached project
 - deploy it
 - make sure th server is in debug mode
 - send the SendUserName test message - process will not stop on the breakpoint
 - send the SendPrefix message - the process will finish successfully.
It seems the process works fine but just does not stop at breakpoints
Comment 1 Mikhail Kondratyev 2007-01-29 16:51:57 UTC
Created attachment 37786 [details]
Sample process
Comment 2 Alexander Zgursky 2007-01-29 21:25:55 UTC
Mike, could you please provide the info where are you setting the breakpoints?
(the breakpoints are persisted in the user dir, not the project dir)
Comment 3 Mikhail Kondratyev 2007-01-30 07:57:26 UTC
I could not make it stop at any breakpoint, wherever I toggle it.
This is quite strange as debugging works fine in the sample projects in my
environment.
Comment 4 Alexander Zgursky 2007-01-30 10:59:08 UTC
OK, I got it.. Debugger doesn't stop at activities with "bpws" prefixes.
Comment 5 Mikhail Kondratyev 2007-01-31 07:04:44 UTC
*** Issue 93611 has been marked as a duplicate of this issue. ***
Comment 6 Alexander Zgursky 2007-02-14 08:28:10 UTC
Fixed - should work now
Comment 7 Mikhail Kondratyev 2007-03-06 10:54:29 UTC
Verified