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

Can't Debug PythonData Classes #6625

Closed
4 tasks done
DerekMelchin opened this issue Sep 13, 2022 · 0 comments · Fixed by #6647
Closed
4 tasks done

Can't Debug PythonData Classes #6625

DerekMelchin opened this issue Sep 13, 2022 · 0 comments · Fixed by #6647
Labels

Comments

@DerekMelchin
Copy link
Collaborator

Expected Behavior

We can use the debugger to debug custom C# and Python (PythonData) classes.

Actual Behavior

We can debug custom C# classes, but not PythonData classes.

Potential Solution

N/A

Reproducing the Problem

Run a custom data algorithm, like the BubbleAlgorithm, and place a breakpoint in the Reader method. It's never hit.

System Information

QC Cloud

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants