Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-59013: Set breakpoint on the first executable line in pdb when usingbreak func#112470

New issue

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
iritkatriel merged 6 commits intopython:mainfromgaogaotiantian:pdb-break-function
Jan 31, 2024
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Add line number to the code
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
  • Loading branch information
@gaogaotiantian@iritkatriel
gaogaotiantian andiritkatriel authoredJan 30, 2024
commitbb1f81ac501f47f4750496d29a33533ce20ddeec
6 changes: 3 additions & 3 deletionsLib/test/test_pdb.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2622,15 +2622,15 @@ def test_find_function_first_executable_line(self):
def foo(): pass

def bar():
pass
pass # line 4

def baz():
# comment
pass
pass # line 8

def mul():
# code on multiple lines
code = compile(
code = compile( # line 12
'def f()',
'<string>',
'exec',
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp