Inspecting methods in IDEs - why aren't there side effects?

Posted by Casebash on Stack Overflow See other posts from Stack Overflow or by Casebash
Published on 2010-04-22T03:17:04Z Indexed on 2010/04/22 3:23 UTC
Read the original article Hit count: 259

Filed under:
|

Some IDEs (like Eclipse) seem to allow method calls to be inspected while debugging. How is this done without causing side effects?

© Stack Overflow or respective owner

Related posts about ide

Related posts about debugging