Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Add tracing tool to visualize program execution #56

@fjenett

Description

@fjenett

Gal wrote

Regarding design, I have some rough ideas which are different from the usual call-graph view. For example, a heat map as the background of the PDE that shows where the PC have been during the last execution. Or, a draggable "playhead" that the user can manipulate to control a small dot that follows a "line of execution" on top of the code.
This can be taken even further if you save values of some variables on the stack. For example, if you have a function 'createParticle(float x, float y, float mass)' that is being called repeatedly by a particle emitter with different (maybe quite random) values, you could have statistics on these values over time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions