forked from microsoft/debugpy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to step into target. Work in progress: microsoft#576
Description: - Changes the structure to create a stack from the bytecode information so that function call names are correctly computed (this is still a work in progress as not all bytecode instructions are currently supported). - Support to step into function calls inside comprehensions/generators. - Updates the bytecode dependency to 0.12.0. Note: changes were done to the bytecode library to keep the bytecode offset.
- Loading branch information
Showing
41 changed files
with
7,851 additions
and
5,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.