This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: wrong offsets in bpprint()
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, mdehoon, mpech
Priority: normal Keywords: patch

Created on 2005-04-28 13:46 by mpech, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bdb_bpprint.patch mpech, 2005-04-28 13:46
Messages (4)
msg48274 - (view) Author: Pechkin (mpech) Date: 2005-04-28 13:46
1. create some breakpoints
2. use 'break' to list'em
3. wrong offset output
msg48275 - (view) Author: Michiel de Hoon (mdehoon) * Date: 2005-04-29 05:21
Logged In: YES 
user_id=488897

Could you write an example code that demonstrates the bug
you want to fix? It is more difficult to replicate the bug
without a clear example.
msg48276 - (view) Author: Pechkin (mpech) Date: 2005-04-29 09:07
Logged In: YES 
user_id=1244219

1. Try the link
http://foto.inbox.lv/mpech2/misc/bdb.jpg
it shows some wrong offset in command 'break'

2. Also you could fix it to move header :)
msg48277 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-04-15 08:41
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as r45420 and r45421.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41920
2005-04-28 13:46:43mpechcreate