Issue 33882: doc Mention breakpoint() in debugger-related FAQ (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/78063

classification

Title: doc Mention breakpoint() in debugger-related FAQ
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: adelfino, docs@python, eric.araujo, matrixise
Priority: normal Keywords: patch

Created on 2018-06-16 23:49 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7759 merged adelfino,2018-06-16 23:52
PR 13077 merged miss-islington,2019-05-03 16:53
Messages (4)
msg319796 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-16 23:49
IMHO, it's a good opportunity to advertise the convenience of breakpoint(). PR adds a mention.
msg341348 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2019-05-03 16:53
New changeset cf48e55f7f7718482fa712552f0cbc0aea1c826f by Éric Araujo (Andre Delfino) in branch 'master': bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) https://github.com/python/cpython/commit/cf48e55f7f7718482fa712552f0cbc0aea1c826f
msg342323 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-05-13 13:03
New changeset af5ef3e1077bc2ed177a7c8598f8ecc756ecf6f9 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.7': bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) (GH-13077) https://github.com/python/cpython/commit/af5ef3e1077bc2ed177a7c8598f8ecc756ecf6f9
msg342324 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-05-13 13:04
Thank you for your PR,
History
Date User Action Args
2022-04-11 14:59:01 admin set github: 78063
2019-05-13 13:04:47 matrixise set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2019-05-13 13:03:13 matrixise set nosy: + matrixisemessages: +
2019-05-03 16:53:40 miss-islington set pull_requests: + <pull%5Frequest12991>
2019-05-03 16:53:26 eric.araujo set nosy: + eric.araujomessages: +
2018-06-16 23:52:00 adelfino set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest7367>
2018-06-16 23:49:13 adelfino create