Python Forum
gdb breakpoint in python module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gdb breakpoint in python module
#1
I import a custom made python library

from Jets.Analysis.Plot import *
I would like to set a gdb breakpoint in the module source file Plot.py

The python executable is wrapped by a shell executable shexec.sh

I proceed as follows:

gdb
file sh
break path_to_module/Plot.py:299
run shexec.sh arg1 arg2


The breakpoint is entirely ignored.

What is wrong?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pydev error pydev debugger: warning: trying to add breakpoint to file that does not e kwhhst 8 9,169 Jun-15-2019, 02:52 PM
Last Post: kwhhst
  Is there a keyword that's equivalent to breakpoint for debugging? Tim 5 3,799 Feb-18-2018, 05:41 AM
Last Post: Tim

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020