Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
31cbc846
Commit
31cbc846
authored
Jul 11, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, some clarifications to conditional breaks.
parent
255d7900
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Doc/lib/libpdb.tex
Doc/lib/libpdb.tex
+4
-4
Doc/libpdb.tex
Doc/libpdb.tex
+4
-4
No files found.
Doc/lib/libpdb.tex
View file @
31cbc846
...
...
@@ -162,14 +162,14 @@ Move the current frame one level down in the stack trace
Move the current frame one level up in the stack trace
(to a newer frame).
\item
[b(reak) [\var{lineno}\code{|}\var{function}]
[, "
condition
"]]
\item
[b(reak) [\var{lineno}\code{|}\var{function}]
[, "
\var
{
condition
}
"]]
With a
\var
{
lineno
}
argument, set a break there in the current
file. With a
\var
{
function
}
argument, set a break at the entry of
that function. Without argument, list all breaks.
If a second argument is present, it is a string
specifying an
expression which must evaluate to true before the breakpoint is
honored.
If a second argument is present, it is a string
(included in string
quotes!) specifying an expression which must evaluate to true before
the breakpoint is
honored.
\item
[cl(ear) [\var{lineno}]
]
...
...
Doc/libpdb.tex
View file @
31cbc846
...
...
@@ -162,14 +162,14 @@ Move the current frame one level down in the stack trace
Move the current frame one level up in the stack trace
(to a newer frame).
\item
[b(reak) [\var{lineno}\code{|}\var{function}]
[, "
condition
"]]
\item
[b(reak) [\var{lineno}\code{|}\var{function}]
[, "
\var
{
condition
}
"]]
With a
\var
{
lineno
}
argument, set a break there in the current
file. With a
\var
{
function
}
argument, set a break at the entry of
that function. Without argument, list all breaks.
If a second argument is present, it is a string
specifying an
expression which must evaluate to true before the breakpoint is
honored.
If a second argument is present, it is a string
(included in string
quotes!) specifying an expression which must evaluate to true before
the breakpoint is
honored.
\item
[cl(ear) [\var{lineno}]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment