[Soot-list] Jimple "breakpoint" statements

Patrick Lam plam at cs.mcgill.ca
Fri Aug 15 10:18:58 EDT 2008


Eric Bodden wrote:
> Hi all.
> 
> Does anybody remember what a "breakpoint" statement in Jimple is good for?
> 
>   breakpoint = 'breakpoint';
> 
>   statement =
>     ...
>     {breakpoint}   breakpoint semicolon |
>     ...

It corresponds to the Java Virtual Machine breakpoint statement, I
think. I don't know what it actually does.

pat



More information about the Soot-list mailing list