Skip to content

Latest IPython (8.1.0) doesn't support stepInto correctly with 1.5.1 #854

@rchiodo

Description

@rchiodo

Environment data

  • debugpy version: 1.5.1
  • OS and version: Windows 10
  • Python version (& distribution if applicable, e.g. Anaconda): 3.10
  • Using VS Code or Visual Studio: VS code

Actual behavior

Create a notebook with cell with a number of lines:

image

Put a breakpoint on the first line
Debug the cell
Step into

Step into gets stuck on the first line.

Run by line (another way we support debugging)
image
also behaves strangely. It can't step through the function.

Expected behavior

Stepping works

@fabioz I believe this was caused by your recent change to IPython? Do we need a newer version of Debugpy to handle that change?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions