|
3.10.3 Break pointsA break point can be put into a proc by inserting the command Example: proc t { int i=2; ~; return(i+1); } t(); → -- break point in t -- → -- 0: called from STDIN -- i; // here local variables of the procedure can be accessed → 2 → -- break point in t -- → 3 |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |