question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'gdb.Breakpoint' object has no attribute 'temporary'

See original GitHub issue
Traceback (most recent call last):
  File "<string>", line 532, in render
  File "<string>", line 2170, in lines
  File "<string>", line 367, in fetch_breakpoints
AttributeError: 'gdb.Breakpoint' object has no attribute 'temporary'

I ran gdb and this message occurs. Any help?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cyrus-andcommented, Aug 12, 2020

@ItsAMeMarcel FYI you don’t need to be root to compile your own latest/more recent version of GDB, I can assist you with that if you need.

0reactions
cyrus-andcommented, Aug 13, 2020

@ItsAMeMarcel Yeah plus some option about Python. You can always use a slight newer version just to hit the minimum requirements and reduce the chance of unsatisfiable dependencies:

GDB dashboard requires at least GDB 7.7 compiled with Python 2.7 in order to work properly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CS143A Principles on Operating Systems Discussion 03:
AttributeError : 'gdb.Breakpoint' object has no attribute 'temporary'. • comment out all the 'temporary' in ~/.gdbinit (line 327, 2049-2050).
Read more >
Breakpoints In Python - Debugging with GDB
This attribute indicates whether the breakpoint was created as a temporary breakpoint. Temporary breakpoints are automatically deleted after that breakpoint has ...
Read more >
Finish Breakpoints in Python - Debugging with GDB
A finish breakpoint is a temporary breakpoint set at the return address of a frame, based on the finish command. gdb.FinishBreakpoint extends gdb....
Read more >
GDB Python API: Create hardware breakpoint object
I'd like to create a gdb.Breakpoint object so that I can override the stop method and react to breakpoints as they're triggered. As...
Read more >
Breakpoints In Python (Debugging with ROCGDB)
Temporary breakpoints are automatically deleted after that breakpoint has been hit. Access to this attribute, and all other attributes and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found