Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug/ set breakpoint at pipeline position #457

Open
blythed opened this issue Apr 29, 2022 · 1 comment
Open

Debug/ set breakpoint at pipeline position #457

blythed opened this issue Apr 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@blythed
Copy link
Contributor

blythed commented Apr 29, 2022

Would be nice to stop the runtime at a particular transform, using some kind of coordinate system.
E.g. set_breakpoint(my_transform, [1, 5, 2]). Next level would be to, in addition, add a breakpoint at a certain position
even within the code of a transform.

@blythed blythed added the enhancement New feature or request label Apr 29, 2022
@jasonkhadka
Copy link
Member

How about also having a breakpoint transform?

a = (
  t1
  >> t2
  >> padl.breakpoint
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants