Skip to content

✨[Feature] Add the ability to set breakpoints in the compilation process. #1256

@narendasan

Description

@narendasan

Is your feature request related to a problem? Please describe.

Sometimes you want to pause or break compilation of a graph at a certain point to see what is happening at that operation. This can help figure out what is happening in the conversion process without having to recompile the entire library.

Describe the solution you'd like

At least for the conversion process it should be possible to specify a debugName of a Value and stop conversion and dump the state of the conversion context. This would include all arguments, the target function signature, and the node info.

Describe alternatives you've considered

People would need to add debug statements to the library themselves

Additional context

Related to #1235, #949

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions