Title:
Bug 86819:-(Watson Migration Closure)When debugging I have come across times where the debugger won't fire, and the browser continues to try and connect and never returns a valid status code
| View in TrackerStatus/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)
Created: 04/11/2011
Versions: 3.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
When debugging I have come across times where the debugger won't fire, and the browser continues to try and connect and never returns a valid status code.I have tracked it down to things like thispublic ValidationResult function validate(required any dto,Struct dtoMD,ValidationResult vr,Array properties){var validationResult = (isNUll(arguments.vr)) ? new validationResult() : arguments.vr;var dtoMetaData = (isNUll(arguments.dtoMD)) ? getMetaData(arguments.dto) : arguments.dtoMD;If I was to place a break on the line dtoMetaData = , it will fire without any problems. If I try to step over, step into the debugger never comes back to the IDE. And the browser never gets a repsonse either, so it ends up just sitting there waiting for a response.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043730
External Customer Info:
External Company:
External Customer Name: Andrew Scott
External Customer Email: 3DEA395D4926D3D0992015B9
External Test Config: 04/11/2011
Attachments:
Comments: