Re: Embedding bpython from the trepan debuggers

2015-05-28 Thread Rocky Bernstein
On Thursday, May 28, 2015 at 4:30:22 AM UTC-4, Bob Farrell wrote: Hi Rocky (awesome name, by the way), Take a look at the bpdb/ directory in the root of the project directory: https://github.com/bpython/bpython/tree/master/bpdb

Re: Embedding bpython from the trepan debuggers

2015-05-28 Thread Bob Farrell
Hi Rocky, Two things to point out: 1) I am the original author of bpython but I haven't actually worked on it in a number of years. 2) bpdb is a contrib, by someone who may or may not be still around. So I'm afraid I'm not going to be much help - hopefully somebody else will pick this up. :) On

Re: Embedding bpython from the trepan debuggers

2015-05-28 Thread Thomas Ballinger
Hi Rocky, I looked into this a bit this morning and posted https://github.com/rocky/python2-trepan/pull/8. I've got a few questions, if you've got time today you might pop into #bpython and ping me (ballingt) and we can chat live. I does seem like we should fix embed to take locals and globals.