Skip to content

Commit

Permalink
fix minor syntax bug
Browse files Browse the repository at this point in the history
  • Loading branch information
antonv committed Jul 10, 2012
1 parent a563865 commit 3ad2a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rhosimulator-debugger-tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Click on the Breakpoints tab. You will see a listing of the breakpoints that you

<img src="http://rhodocs.s3.amazonaws.com/rhosimulator-debugger-tutorial/breakpoint-listed.jpg" alt="Breakpoints Listed" />

If you set the breakpoint on code line of definition of function then on start of debugger session it breakpoint will be disabled and debugger doesn't stopped on this line.
If you set the breakpoint on code line of function definition then on start of debugger session it breakpoint will be disabled and debugger doesn't stopped on this line.

## Setting and Viewing Local Variables

Expand Down

0 comments on commit 3ad2a8c

Please sign in to comment.