Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5134441
By: odd-

Hi,

I've tried everything to get Toggle Breakpoint to be at least selectable when
debugging python, but nothing seems to work.

Below are the minimal steps to reproduce:

- Download eclipse-platform-3.4-macosx-carbon.tar
- Extract/Install to a folder with no spaces
- Create a workspace in a folder with no spaces
- Download the lastest PyDev via http://pydev.sourceforge.net/updates/
- After restart, goto Preferences -> PyDev -> Interpreter - Python -> New...
- Browse to and select
/Library/Frameworks/Python.framework/Versions/2.5/bin/python2.5
- The PYTHONPATH is populated with items from the /lib/ folder and builtin libs
is populated also
- Create a new PyDev project
- Leave the location as the workspace default
- Enter PyTest as the project name and select Python 2.5
- Create a new PyDev module in src/ called PyModule
- Enter: import sys\nprint sys.version

At this point no Toggle Breakpoint entries are in the Run menu. 
When I go Run -> Debug As -> Python Run it runs with the following output:

pydev debugger: warning: psyco not available for debugger speedups
pydev debugger: starting
2.5.2 (r252:60911, Feb 22 2008, 07:57:53) 
[GCC 4.0.1 (Apple Computer, Inc. build 5363)]

And terminates with no option to break. In the debug perspective the Toggle
Breakpoint options are grayed out.

Thanks for your assistance.





______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to