<div dir="ltr">Hi,<div><a href="https://github.com/Kozea/wdb">https://github.com/Kozea/wdb</a> is a slick remote debugger with web interface which I've been eyeing for quite some time, and I think I'm not the only one to whom this would be useful :)</div><div><br></div><div>Recently I've been able to run the client part of it in IronPython 2.7.6a0 with minor modifications (<a href="https://github.com/kerray/wdb/commit/72019a080df8252c663e8e630d4fd104976ceff8">https://github.com/kerray/wdb/commit/72019a080df8252c663e8e630d4fd104976ceff8</a>). The server part runs in CPython and for my purposes, this doesn't matter as far as the code I'm debugging is IronPython.</div><div><br></div><div>There's a problem however that while I can now walk through IronPython source in a browser window, WDB ignores the code in baseline module, and only steps into the code when the module is executing a function. It steps through the function, I can inspect variables etc, but when that function ends, it doesn't step back into the module.</div><div><br></div><div>I've been asking and posting logs in WDB <a href="https://github.com/Kozea/wdb/issues/51/">https://github.com/Kozea/wdb/issues/51/</a> however it seems to be more of a IronPython matter.</div><div><br></div><div>So please, any ideas? For example, does IronPython have the correct info in <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:11.8999996185303px;line-height:19.0399990081787px;background-color:rgba(0,0,0,0.0392157)">frame.f_lineno?</span></div><div><br></div><div>Thanks for anything</div><div><br></div><div><br></div><div>Jaromír "Kerray" Matýšek</div><div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>