Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.071 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'file,': 0.15; 'test()': 0.16; 'wrote:': 0.17; 'thanks,': 0.18; "i'd": 0.22; '15,': 0.23; 'long,': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'thanks!': 0.26; 'cc:addr:gmail.com': 0.27; 'cc:2**2': 0.27; 'received:209.85.212': 0.28; 'running.': 0.29; 'smart': 0.29; 'thursday,': 0.30; 'function': 0.30; 'print': 0.32; 'received:google.com': 0.34; 'project': 0.34; 'received:209.85': 0.35; 'add': 0.36; 'too': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'end': 0.40; 'from:no real name:2**0': 0.60; 'gone': 0.64; 'yourself': 0.77; 'cc:no real name:2**2': 0.91; 'received:209.85.212.56': 0.91; 'angel': 0.93 Newsgroups: comp.lang.python Date: Thu, 15 Nov 2012 05:45:43 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.2.84.130; posting-account=m6Dr7woAAAB9IOKFAlcVRGS6noWmjjMP References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 193.2.84.130 MIME-Version: 1.0 Subject: Re: debugging in eclipse From: chip9munk@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: chip9munk@gmail.com, python-list@python.org, d@davea.name X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1352987152 news.xs4all.nl 6960 [2001:888:2000:d::a6]:51889 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33384 On Thursday, November 15, 2012 2:42:09 PM UTC+1, Dave Angel wrote: > Add a call to test() to the end of the file, and it might do better. > > I'd also add a print statement, just to assure yourself that it's running. > > thanks, that is it, (stupid me) now if I have many functions in the model I will simply ad a call to the specific function at the end and that is it... working on the project too long, all the simple and smart ideas are long gone ;) thanks!