Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7187101
By: georgew89

Hi, i am new to Pydev. I have Eclipse 3.4.1, Pydev 1.4.4.2636 and Python 2.5+
I have a very simple program which uses GRASS GIS as follows:

import grass
env=grass.gisenv
print env['GISRC']

The grass.gisenv code is executed (calls g.gisenv in GRASS which extracts the
environment variables) but I cannot trace it to pinpoint the problem because
source code does not show up.
The debugger does not show the source of grass.py when debugging through it,
although it is listed among the external source libraries in the Project
properties.
The print statement prints nothing even though GISRC is listed among the 
environment
variables both in the Eclipse debug configuration and in the Window Preferences.
How can i make the source code of grass.py to show up when debugging it,?
PS g.gisenv runs OK when run in GRASS

______________________________________________________________________
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

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to