Skip to content

TPI: Test use Python Debugger in the core extension #181

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

Closed
3 tasks done
paulacamargo25 opened this issue Jan 23, 2024 · 2 comments
Closed
3 tasks done

TPI: Test use Python Debugger in the core extension #181

paulacamargo25 opened this issue Jan 23, 2024 · 2 comments

Comments

@paulacamargo25
Copy link
Contributor

paulacamargo25 commented Jan 23, 2024

Refs: #109

Complexity: 3

Create Issue

Create Issue


Prerequisites:

  • Delete the current python extension

Part 1: Test extension Installation

  1. Install the Python extension
  2. Make sure the Python Debugger Extension has been installed

Part 2: Python extension debugger deprecated

  1. Create a launch configuration for Python Debugger(it doesn't matter the option)
  2. Change debug type debugpy to python.
  3. Make sure that a deprecated message is shown for python type
  4. Test that this configuration still works. That is, add breakpoints, and debug works for the python type.

Part 3: Test debugger configuration

  1. Debug a python file using the debug view, the dynamic config, the editor button.
  2. Make sure that the debugger used is the Python Debugger.
  3. Check that there is no way to create. a configuration for python type.
@paulacamargo25 paulacamargo25 added this to the December / January 2024 milestone Jan 23, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jan 23, 2024
@karthiknadig karthiknadig removed the triage-needed Needs assignment to the proper sub-team label Jan 23, 2024
@eleanorjboyd eleanorjboyd removed their assignment Jan 23, 2024
@luabud
Copy link
Member

luabud commented Jan 24, 2024

worked as expected!

@luabud luabud removed their assignment Jan 24, 2024
@aeschli aeschli removed their assignment Jan 24, 2024
@aeschli
Copy link

aeschli commented Jan 24, 2024

works!

@aeschli aeschli closed this as completed Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants