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

Hi,

I could find answers to my problem anywhere.

1. I have 2 source python code bases, which differ a bit in time.
2. I'm using pydev 1.4.7.2843, Eclipse 3.4.2 (Windows)
3. In one pydev project I can put breakpoint in .mp files (a custom extension
used internally), and .py files
4. In the second project, breakpoints in .mp files are getting *ignored*, while
breakpoint in .py files are still working.
5. The .mp files are executed from a .py file, using something like this :
     exec(open("/full/path/foo.mp")) in globals()

I looked in the error log and could not find any indication why the breakpoint
in .mp files is getting ignored. I could not figure why the projects behave
differently. AFAIK, only the source code differs, but PyDev/Eclipse are the
same.

Could you please help me diagnose the problem?

Thanks!
alex

______________________________________________________________________
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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to