kunwp1 opened a new issue, #3830: URL: https://github.com/apache/texera/issues/3830
### What happened? The Python Debugger does not function right after constructing a new workflow. When attempting to add a breakpoint in the Python UDF operator immediately after creating the workflow, the debugger is unresponsive. However, refreshing the page resolves the issue, and the debugger then works as expected. ### How to reproduce? 1. Create a new workflow containing a Python UDF operator (add a time.sleep() statement for testing). 2. Run the workflow. 3. Open the Python UDF operator and attempt to add a breakpoint. The UI doesn't allow me to do so. 4. Kill the workflow. 5. Refresh the browser page. 6. Run the workflow again. 7. Open the Python UDF operator and add a breakpoint. It now works properly. ### Version 1.1.0-incubating (Pre-release/Master) ### Commit Hash (Optional) _No response_ ### What browsers are you seeing the problem on? _No response_ ### Relevant log output ```shell ``` ### Code of Conduct - [x] I agree to follow Apache Code of Conduct -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
