Python Forum
pydev error pydev debugger: warning: trying to add breakpoint to file that does not e
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pydev error pydev debugger: warning: trying to add breakpoint to file that does not e
#9
Hello,
I'm trying to solve my problem by setting a symbolic link in the way as suggested by @Larz60+ :
Quote:ln -s /home/pi/raspiproj/Teleskop/FensterMgr.py "C:\Users\Kurt\workspace\RemoteSystemsTempFiles\RASPBERRYPI\home\pi\raspiproj\Teleskop\FensterMgr.py"
It creates a link.
Quote: C:\Users\Kurt\workspace\RemoteSystemsTempFiles\RASPBERRYPI\home\pi\raspiproj\Teleskop\FensterMgr.py -> /home/pi/raspiproj/Teleskop/FensterMgr.py
Every seems to be ok, but the pydev debugger is not able to add the breakpoints.
I'm not an expert in linux and I do not know whats wrong. Huh
Think What is the exact syntax for setting such type of link. Think

I was working on this and I found out that pydev is able to debug one script only. But if you use a program which calls functions located in other scripts it doesn't get the breakpoints there.
You have to setup the file /pydevd_file_utils.py again for this script if you wont to debug the function.


It's a little stupid but you have to live with that! Or is there an other way?

Thanks a lot for any tips
Kurt
Reply


Messages In This Thread
RE: pydev error pydev debugger: warning: trying to add breakpoint to file that does not e - by kwhhst - Jun-15-2019, 02:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Debugger azizrasul 6 1,325 Nov-02-2022, 09:46 PM
Last Post: azizrasul
  Idle debugger pops up Run.py - library? fred1232 1 1,709 Jul-27-2021, 01:01 AM
Last Post: Larz60+
  VS Code debugger using wrong Python environment topfox 0 2,611 Jun-09-2021, 10:01 AM
Last Post: topfox
  Threading or pycharm pydev problem Fidgety 2 2,663 Apr-04-2021, 03:28 PM
Last Post: ndc85430
  Using Spyder Full Screen Debugger ErnestTBass 0 1,523 Aug-20-2020, 08:17 PM
Last Post: ErnestTBass
  Debugger Disabled erictan 1 4,094 Apr-30-2020, 02:17 PM
Last Post: pyzyx3qwerty
  pydev debugger: process 3442 is connecting when I run a program with ALT+COMMAND+R Seneca260 1 2,726 Jan-06-2020, 06:57 PM
Last Post: micseydel
  Warning / Error handling in python Prarthana_12 1 5,228 Feb-08-2019, 09:21 PM
Last Post: snippsat
  Python Debugger Suggestions nilamo 3 3,175 Oct-22-2018, 07:05 PM
Last Post: jdjeffers
  gdb breakpoint in python module Viesturs 0 2,298 Jul-27-2018, 02:02 PM
Last Post: Viesturs

Forum Jump:

User Panel Messages

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