Skip to content

WIP: add debug functionality #433

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

WIP: add debug functionality #433

wants to merge 1 commit into from

Conversation

radu-mocanu
Copy link
Contributor

@radu-mocanu radu-mocanu commented Jul 3, 2025

This PR should cover the following:

  • add proper support for debug functionality.
  • use kwargs where missing
  • create execution_output file
  • add --output-file flag to the uipath run command
  • rename flags
    (the list will be updated)

❗The changes done on this PR might break the current functionalities. The major identifier of the version will be bumped.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==3.0.0.dev1004330514",

  # Any version from PR
  "uipath>=3.0.0.dev1004330000,<3.0.0.dev1004340000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

@radu-mocanu radu-mocanu self-assigned this Jul 3, 2025
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Jul 3, 2025
@radu-mocanu radu-mocanu force-pushed the feat/debug branch 3 times, most recently from 44221fb to e0e8007 Compare July 4, 2025 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build:dev Create a dev build from the pr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant