<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 25 October 2016 at 18:25, Kossak <span dir="ltr"><<a href="mailto:sburczymuch+ipython@gmail.com" target="_blank">sburczymuch+ipython@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div></div><div>Is this a bug that python variables obscur ipdb commands? I can't use "n" nor "next" (they return variable value) when there are variables with the same name in the code being debugged. Details are here: <a href="http://stackoverflow.com/questions/40224066/ipdb-commands-obscured-by-variables" target="_blank">http://stackoverflow.<wbr>com/questions/40224066/ipdb-<wbr>commands-obscured-by-variables</a></div></blockquote></div><br></div><div class="gmail_extra">It's a feature that was added recently, though I can imagine it may be annoying. Here's the PR that added it:<br><a href="https://github.com/ipython/ipython/pull/9449">https://github.com/ipython/ipython/pull/9449</a><br><br></div><div class="gmail_extra">Feel free to open an issue asking that it be removed again. I don't have any strong feelings one way or the other, as I don't use the debugger much.<br><br></div><div class="gmail_extra">Thomas<br></div></div>