Changes for page Click to Debug
Last modified by Kieran Kelleher on 2009/08/12 14:33
From version 9.1
edited by Chuck Hill
on 2008/12/17 18:13
on 2008/12/17 18:13
Change comment:
There is no comment for this version
To version 13.1
edited by Chuck Hill
on 2008/12/17 17:59
on 2008/12/17 17:59
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -209,26 +209,10 @@ 209 209 210 210 \\ 211 211 212 -If you are looking for a sub-component of this page, click on the **Click to Debug** link. As you move your mouse over the page, the bread crumb of components will change to show you where you are. Just click toturn binding debugon(or off if itis on) for the component under the mouse in Eclipse. It is that easy212 +If you are looking for a sub-component of this page, click on the **Click to Open** link. As you move your mouse over the page, the bread crumb of components will change to show you where you are. Just click to open the component under the mouse in Eclipse. It is that easy 213 213 214 214 [[image:ClickToDebugInAction.png]] 215 215 216 216 \\ 217 217 218 -With binding debug on, you'll get output like: 219 - 220 -{{code}} 221 - 222 -Dec 13 11:00:29 MDTask[62934] (ERXNSLogLog4jBridge.java:46) DEBUG NSLog - HatchViewTaskPage ==> [inline]:HatchEditTask { task=task; } value <com.mdimension.mdtask.model.Task pk:"1027787"> 223 -Dec 13 11:00:29 MDTask[62934] (ERXNSLogLog4jBridge.java:46) DEBUG NSLog - HatchViewTaskPage <== [inline]:HatchEditTask { task=task; } value <com.mdimension.mdtask.model.Task pk:"1027787"> 224 -Dec 13 11:00:33 MDTask[62934] (ERXNSLogLog4jBridge.java:46) DEBUG NSLog - HatchViewTaskPage ==> [inline]:HatchEditTask { task=task; } value <com.mdimension.mdtask.model.Task pk:"1027787"> 225 -Dec 13 11:00:33 MDTask[62934] (ERXNSLogLog4jBridge.java:46) DEBUG NSLog - HatchViewTaskPage <== [inline]:HatchEditTask { task=task; } value <com.mdimension.mdtask.model.Task pk:"1027787"> 226 -Dec 13 11:00:33 MDTask[62934] (ERXNSLogLog4jBridge.java:46) DEBUG NSLog - HatchViewTaskPage ==> [inline]:HatchEditTask { task=task; } value <com.mdimension.mdtask.model.Task pk:"1027787"> 227 -Dec 13 11:00:33 MDTask[62934] (ERXNSLogLog4jBridge.java:46) DEBUG NSLog - HatchViewTaskPage <== [inline]:HatchEditTask { task=task; } value null 228 -Dec 13 11:00:33 MDTask[62934] (ERXNSLogLog4jBridge.java:46) DEBUG NSLog - HatchViewTaskPage ==> [inline]:HatchEditTask { task=task; } value null 229 -Dec 13 11:00:33 MDTask[62934] (ERXNSLogLog4jBridge.java:46) DEBUG NSLog - HatchViewTaskPage <== [inline]:HatchEditTask { task=task; } value null 230 - 231 -{{/code}} 232 - 233 -So what that's showing is HatchViewTaskPage component is pushing the task binding into the HatchEditTask component with the value Task 234 -1027787, then HatchEditTask component is pushing the binding back up. So you can see here that 6th line, HatchEditTask component is pushing a null binding back out (which, in this case, was causing a problem I was trying to find). 218 +== ==