Ed Leafe wrote: > On Nov 8, 2008, at 10:27 AM, Bob Sysero llc Dev wrote: > > >> (Pdb) Type "help", "copyright", "credits" or "license" for more >> information. >> >>>>> Design >>>>> >> When I press n all I get in the top window is: >> (Pdb)n >> (Pdb) >> >> I am getting no other output. >> I even tried typing l to list with no output except for (Pdb). I even >> selected from File -> Debug Output that put a check mark in the >> Command >> Window to see If the any output was being driven through that window >> with no luck. >> > > The output from pdb should appear in the bottom half of the command > window if it is split. If you close the split, the output appears > inline as it would in a normal python session. > > We offer the split in the command window because it's easier to see > your command history and copy the output. > > > -- Ed Leafe > There is no output in the bottom half of the command window in the split command window. I even tried to closing the split, to see if a inline output would work which it did not. I re-ran the Class Designer and ran in the empty Form designer window and ran a simple print 1 + 3 which did output in the split window the number 4. When running my Form and running the command my output is being directed some where else?
Any Ideals Bob _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
