Debug Probe python/pycharm ssh IDE

• Hardware Platform Jetson Orin
• DeepStream Version 6.2.0
• JetPack Version 5.1
• TensorRT Version 5.1

Hi, I work on the Deepstream pipeline project, I want to debug the def osd_sink_pad_buffer_probe(pad, info, u_data): osd probe.
For some reason, the code does not stop in the relevant probe function if I put a breakpoint in the main function it works fine.
How I can solve this problem?
I tried, in addition, a python debugger such as breakpoint() and tried changing IDE to VScode and got the same results.

Please refer the documention of vscode or pycharm.

Hi,
I refer to the Pycharm configuration still same issue.
as I mentioned previous message I succeeded debug but when I put the breakpoint inside def osd_sink_pad_buffer_probe(pad, info, u_data): the program did not stop.

What if you try to debug test1.py? Will osd_sink_pad_buffer_probe be executed in your program?

same problem, not sucssed stop in breakpoint where specify the function. I know that in general the function work because I see the count number on the screen when I not run from debug mode

This may be because the function is called from native, Try this link.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.