We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VS 2017 allowed set next statement within a frame of a python call. VS 2022 does not.
The old code did this:
PTVS/Python/Product/PythonTools/visualstudio_py_debugger.py
Line 1919 in cfdced9
Theoretically we could do the same. f_lineno is writeable for this exact situation. https://docs.python.org/3/reference/datamodel.html#frame.f_lineno
f_lineno
The text was updated successfully, but these errors were encountered:
bschnurr
No branches or pull requests
VS 2017 allowed set next statement within a frame of a python call. VS 2022 does not.
The old code did this:
PTVS/Python/Product/PythonTools/visualstudio_py_debugger.py
Line 1919 in cfdced9
Theoretically we could do the same.
f_lineno
is writeable for this exact situation.https://docs.python.org/3/reference/datamodel.html#frame.f_lineno
The text was updated successfully, but these errors were encountered: