7.6

Table Of Contents
"Comments" (page 565)
"Graphics State" (page 565)
"Path" (page 571)
"Paragraphs and Text" (page 581)
"Styles" (page 585)
"Objects" (page 587)
"Bar Codes" (page 589)
"Resources" (page 608)
"Elements" (page 612)
"Emulation, Data File, and Data Pages" (page 613)
"Data Destined for PlanetPress Image, PlanetPress Fax and PlanetPress Search" (page 616)
"Document Pages" (page 620)
"PPDs and PostScript" (page 622)
"Program Control" (page 624)
"Debugging" (page 559)
Debugging
Breakpoint (procedure)
Stops the execution of a PlanetPress Talk object when the specified expression is True. This breakpoint is effective only when
running in debug mode in the PlanetPress Talk editor.
Syntax
breakpoint( expression1 )
Argument
expression1
Boolean value.
Code Sample Example
This example sets up a loop, stops the loop on its 5th iteration, and then displays the value.
Example
define(&x,integer,1)for(&x,1,1,10)
breakpoint(&x = 5)
show(inttostr(&x))
endfor()
©2010 Objectif Lune Inc - 559 -