wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Data tabs copy old range when detached instead of 0 - 0 #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you run EDB and attach/run a program, the tabs work perfect. But if you 
detach or the program exits for any reason. While detacted, you can create new 
tabs. These new tabs do not correctly copy the 0 - 0 (NULL to NULL) range that 
the first tab has, but instead copy the range of the data before the detach.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Fixed in development version.

Original comment by evan.teran on 3 Oct 2012 at 3:46