Package Details: python-gdbgui 0.15.2.0-2

Git Clone URL: https://aur.archlinux.org/python-gdbgui.git (read-only, click to copy)
Package Base: python-gdbgui
Description: Browser-based frontend to gdb. Debug C, C++, Go, or Rust.
Upstream URL: https://www.gdbgui.com
Keywords: debugger debugging gdb python
Licenses: GPL
Submitter: zwindl
Maintainer: Rubo
Last Packager: Rubo
Votes: 27
Popularity: 0.005126
First Submitted: 2017-03-01 14:03 (UTC)
Last Updated: 2024-03-10 08:13 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

greyltc commented on 2017-07-27 14:22 (UTC)

pkg_resources.DistributionNotFound: The 'Flask>=0.12.2' distribution was not found and is required by gdbgui

zwindl commented on 2017-04-29 09:20 (UTC)

@elgaton Thanks for your comment, fixed

elgaton commented on 2017-04-25 16:14 (UTC)

There is a second dependency missing (python-pygments).

zwindl commented on 2017-03-26 13:24 (UTC)

@JP-Ellis fixed, thanks

JP-Ellis commented on 2017-03-22 08:56 (UTC)

There's a missing dependency: python-gevent.

zwindl commented on 2017-03-08 04:22 (UTC)

@grassfedcode Hi, sorry for the license, it's my fault, I'm fixing that problem. For the install, it may cause conflict when use pacman and pip both to install a pypi package. And for convenience, I write that PKGBUILD for arch users to manage gdbgui with pacman. Sorry again for the license problem, I will fix that as soon as I can.

grassfedcode commented on 2017-03-06 18:18 (UTC) (edited on 2017-03-06 18:59 (UTC) by grassfedcode)

Hi I'm the author, I'm glad you are enjoying gdbgui! I am concerned with distributing gdbgui outside of pyPI (pip install gdbgui). gdbgui has automatic update notifications, and the update instructions say to run `pip install gdbgui --upgrade`. Will that work if this package is used instead, or will it cause some sort of conflict? I want to ensure the user experience with gdbgui is as consistent and as seamless as possible. I think the best course of action would be somehow use pip to install gdbgui within archlinux (i.e. pip install gdbgui --upgrade). Also, the license is described in the github page, and requires payment from commercial users. It looks like the license was not documented here. Again thanks for using it, and thanks for trying to spread it. Just trying to make sure it doesn't inadvertently degrade the end user experience, and that the license is used appropriately.

zwindl commented on 2017-03-02 16:22 (UTC)

@autozimu Oh, I see, thanks for comment, I'm trying to fix that problem.

autozimu commented on 2017-03-01 15:29 (UTC)

Thanks for the package. I've noticed there is one dependency missing, `enum-compat` is also required to run the program. (Probably because the original author is using an older version of python3.)