winpdb icon indicating copy to clipboard operation
winpdb copied to clipboard

Fork of the official winpdb with improvements

Results 13 winpdb issues
Sort by recently updated
recently updated
newest added

Hi, I am developing software with Python 3.7 on WIndows 10. I freshly installed windpb 👍 ``` J:\Dropbox\cff\Python\PhoneBotV3>python -m pip install --upgrade winpdb-reborn Requirement already up-to-date: winpdb-reborn in c:\users\nino\appdata\local\programs\python\python37\lib\site-packages (2.0.0.1)...

When i run winpdg on windows i have this message 👍 La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte. Current directory: c:\Users\Benoit\projets\tproj Command to be...

local complex values like stuctures can't inspect in the namespace window ![winpdb](https://user-images.githubusercontent.com/72608991/95580875-5a0a4180-0a38-11eb-81e4-0dfb5876d96d.png)

Hello. Saved the test case from here http://onreader.mdl.ru/PythonParallelProgrammingCookbook.2nd/content/Ch09.html (Chapter 9. Python Debugging and Testing from "The Book of Python Parallel Programming Recipes", 2nd ed. In Russian) along the path C:/1...

Hi, when I try to debug with Python3 and Version 2.0.0.1 I get the following error: > While attempting to find a debugee, at least one debugee denied connection because...

First time I try out winpdb-reborn, having used winpdb in the past. I installed using pip3 for a test, all dependencies satisfied by the system (debian testing). The Code ans...

Hi @bluebird75 I was trying to debug a script and when I press "go" (play button it crash python: https://i.imgur.com/U2vHybx.png Here's a link to the script in my dropbox if...

OS: 16.04.6 python version: 3.7.3 pip version: 19.1 conda version: 4.6.14 ``` └─▪ pip install winpdb-reborn Collecting winpdb-reborn Using cached https://files.pythonhosted.org/packages/8f/f9/b25cde38dd15c590f4d4a1f3f5eb3614167deea1ee9449779347f400ed40/winpdb_reborn-2.0.0.dev5-py3-none-any.whl Collecting wxpython>=4 (from winpdb-reborn) Using cached https://files.pythonhosted.org/packages/9a/a1/9c081e04798eb134b63def3db121a6e4436e1d84e76692503deef8e75423/wxPython-4.0.6.tar.gz Requirement already...

I'm using winpdb-reborn v1.5.0 on Python 2.7. The debugger itself seems to work, but the Namespace frame stays stubornly empty. I found this related (and very old) issue on [original...

Hi, The README file starts with "WINPDB ON PYTHON 3 IS BUGGY AND NOT WORKING". It makes it seem like winpdb is useless for python3 users. However, I understand that...