|
executed multiple times, the last execution is the one visualized. If a breakpoint |
@ggliv Can you add the following when you have a moment?
- An option to
render_image to indicate which breakpoint execution to use if it's executed multiple times. and
- An option to
render_images to include all executions for each breakpoint.
This would be extremely helpful, for example, to illustrate recursion.
cs1302-code-visualizer/cs1302_code_visualizer/__init__.py
Line 31 in c780b15
@ggliv Can you add the following when you have a moment?
render_imageto indicate which breakpoint execution to use if it's executed multiple times. andrender_imagesto include all executions for each breakpoint.This would be extremely helpful, for example, to illustrate recursion.