tracker issue : CF-3040298

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 80353:This code doesn't cycle in the debugger in other words if the struct has 3 maybe 4 keys one would expect to run the loop that many times, instead the loop is only ever run the once

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)

Created: 10/14/2009

Components: General Server

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Major / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

This code doesn't cycle in the debugger in other words if the struct has 3 maybe 4 keys one would expect to run the loop that many times, instead the loop is only ever run the once. And makes it impossible to debug
for(local.item in instance.servers) 
{
if(listFind(instance.servers[local.item].url, cgi.http_host)) 
	{
		return local.item;
	}
}


Method:


Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3040298

External Customer Info:
External Company:  
External Customer Name: Andrew Scott
External Customer Email: 3DEA395D4926D3D0992015B9
External Test Config: 10/14/2009

Attachments:

Comments:

This was show to the engineers via a connect session, and I have video footage of it happening. Please re-open and fix
Comment by External U.
22707 | February 24, 2012 10:40:43 PM GMT