Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4222681 By: scorley
When I am debugging in pydev, it is super-awesome that I can click a module's pathname in the console after a traceback. Sometimes, the module's pathname is a relative pathname in the console, and I can't click on it. For example, if I debug a script from C:\projectname and that project loads some modules from C:\projectname\module1\submodule2, the traceback might contain 'File: "module1\submodule2\somefile.py"' The bummer is that these pathnames are not hyperlinked from the console, so I lose the ability to click directly to locations in the backtrace. The question is: a) Is there something I can do to tell Python to use absolute filenames in backtraces? or b) Can pydev resolve and hyperlink these relative pathnames? I'm using Python 2.4.4 and Pydev 1.3.0 and Eclipse 3.2.2 Thanks, Pydev rules, Scott ______________________________________________________________________ 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
