Breakpoints |

Version Compare

Back to page history

Version User Scope of changes
Aug 5 2009, 4:14 PM EDT (current) dale.beermann
Aug 5 2009, 4:10 PM EDT dale.beermann 2 words added, 1 word deleted, 1 photo added, 1 photo deleted

Changes

Key:  Additions   Deletions
Like most debugging tools, Sharendipity also offers a way to halt execution of a thread to examine the current variable data. The current implementation uses a "Breakpoint" statement. Under the hood, this throws an exception that will show up in the Problem Viewer, preventing following statements in the behavior or method from running. Opening the problem viewer and double-clicking on the Breakpoint exception will bring you to the Behavior or Method where the breakpoint was hit. The really handy part is that now you can mouse over variables in the Method Builder or Behavior Builder to see their values:

breakpoint_view