kamawanu / googlecode-pydbgr

Automatically exported from code.google.com/p/pydbgr
GNU General Public License v3.0
0 stars 0 forks source link

option to continue listing, similar to gdb #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start debugging, stop somewhere
2. list anotermodule.somefunction
3. list

What is the expected output? What do you see instead?
listing at 3. should be continuation of listing at 2.
listing at 3. is current location

What version of the product are you using? On what operating system?
pydbgr==0.2.6
python-2.7.6

Please provide any additional information below.

Original issue reported on code.google.com by dim...@gmail.com on 19 Feb 2014 at 5:54

GoogleCodeExporter commented 8 years ago
Sorry I didn't see this sooner. Git commit 7801c28 should address this. But 
please double check.

Original comment by rocky.bernstein on 30 Mar 2014 at 4:09

GoogleCodeExporter commented 8 years ago
The change for this is done now.

Original comment by rocky.bernstein on 31 Mar 2014 at 11:12