debugpy/cgmanifest.json
Fabio Zadrozny c7bb276090 Improvements to step into target. Work in progress: #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.
2021-05-04 13:14:52 -07:00

65 lines
1.5 KiB
JSON

{
"Registrations": [
{
"Component": {
"Type": "pip",
"pip": { "Name": "isort", "Version": "4.2.15" }
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "pip",
"pip": { "Name": "autopep8", "Version": "1.3" }
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "pip",
"pip": { "Name": "pycodestyle", "Version": "2.3.1" }
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "pip",
"pip": { "Name": "pydevd", "Version": "2.1.0" }
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"Name": "winappdbg",
"RepositoryUrl": "https://github.com/fabioz/winappdbg",
"CommitHash": "1603870dc3fa3d2984ef23b6d77e400fb0a21b99"
},
"DevelopmentDependency": false
}
},
{
"Component": {
"Type": "git",
"git": {
"Name": "bytecode",
"RepositoryUrl": "https://github.com/MatthieuDartiailh/bytecode",
"CommitHash": "826344ec533643fad068754e0b9799bfeac46634"
},
"DevelopmentDependency": false
}
},
{
"Component": {
"Type": "git",
"git": {
"Name": "scandir",
"RepositoryUrl": "https://github.com/benhoyt/scandir",
"CommitHash": "6ed381881bc2fb9de05804e892eeeeb3601a3af2"
},
"DevelopmentDependency": false
}
}
]
}