This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
✨[Feature] Add the ability to set breakpoints in the compilation process. #1256
Labels
component: conversion
Issues re: Conversion stage
component: partitioning
feature request
New feature or request
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
The text was updated successfully, but these errors were encountered: