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


i dont know if its coincidental but i just updated to 1.4.4.2636

now when i run the debugger it no longer recognises my main module as the main
module. ie.

if  __name__ == '__main__':
    main()
else:
    print __name__

will print the name of the module NOT run the main function
it would seem that "runfiles.py" is now the main module

regards

dave


______________________________________________________________________
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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to