Skip to content

Python Local Debugging with Breakpoint: The operation was aborted. #890

@himanshu-ram-punjabi

Description

@himanshu-ram-punjabi

Version

Core Tools Version: 4.0.7317
Function Runtime Version: 4.1038.300.25164

Operating System: MacOS 15.5
Python: 3.11.9
Visual Studio Code: 1.101.2 (Universal)

Description

During Local Debugging on Python Azure Functions, I get an Error saying.

Warning

The operation was aborted. Rejecting from abort signal callback while making request.

Image

However, the process of Debugging works as usual after the Error. I am able to Continue, Step Into, Step Over etc. as usual in the Debug mode.

Steps to reproduce

Here is what I did.

  1. Setup Azure Function environment on Local System.
  2. Setup Python without a Virtual Environment (Skip Virtual Environment).
  3. Create a HTTP Trigger Function http_trigger with the Default Configuration.
  4. Set a Breakpoint at Line Number 10.
  5. Start Local Debugging using Fn + F5.
Image
  1. Execute the HTTP Function http_trigger from the Local Project.
Image
  1. Got the Error after ~10 seconds.
Image

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from postertriage-neededNeeds assignment to the proper sub-team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions