ytrstu / winpdb

Automatically exported from code.google.com/p/winpdb
0 stars 0 forks source link

Open Source Control of winpdb #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the embedded python script thorugh visual studio
2. start winpdb and attach to the script.
3. Now suppose module is "abc.py" and i know it is going to call "xyz.py" in 
future, so i go and put a break point in xyz.py using "open source" control in 
winpdb GUI, and set break point.
4. Now when i do "go" button the break point at that particular line in 
"xyz.py" is not activated.

What is the expected output? What do you see instead?
i want that when i explicitly open the source file using "Open Source" and set 
the break point, the break points should reach correctly using the go button.

What version of the product are you using? On what operating system?
The operating system is winxp, and winpdb version is 1.4.6 tychod.

Please provide any additional information below.

Original issue reported on code.google.com by skmai...@gmail.com on 31 Aug 2010 at 7:38