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 88346

Summary: Call Stack. For class members "this" shown as one of parameters.
Product: cnd Reporter: Sergey Grinev <sergius>
Component: DebuggerAssignee: issues@cnd <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 87053    
Bug Blocks:    

Description Sergey Grinev 2006-10-31 17:00:03 UTC
Use Case:
1. Create Quote project from Samples.
2. Put breakpoint in first line Customer::Customer(char* name, int discount)
3. Run Debug and enter random data
4. Open Call Stack on stopping at breakpoint
Expected: 2 parameters: "name" and "discount"
Observed: 3 parameters: "this", "name" and "discount"
Comment 1 Nikolay Molchanov 2006-11-23 08:44:49 UTC
Now Call Stack window does not show parameters, so this issue can be closed 
or defered until we implement IZ 87053 "Call Stack Window should show
function(args...)". I changed the status to LATER, and marked that this
IZ depends on IZ 87053.
Comment 2 Leonid Lenyashin 2008-11-13 16:58:58 UTC
Please check if it still the case. If not then just close it.
Comment 3 Sergey Grinev 2008-11-14 16:15:53 UTC
Can't be verified, cause in latest builds there are no parameters shown in the Call Stack (see 87053). I am returning
this bug to REMIND status to get back after #87953 get implemented.