Search Criteria
Package Details: ccdebug 1.3.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ccdebug.git (read-only, click to copy) |
---|---|
Package Base: | ccdebug |
Description: | A Qt-based graphical gdb debugger frontend |
Upstream URL: | http://ccdebug.sourceforge.net/ |
Licenses: | LGPL |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2011-04-02 00:34 (UTC) |
Last Updated: | 2017-11-18 19:08 (UTC) |
Latest Comments
dreieck commented on 2022-07-27 07:43 (UTC)
Fails to download source:
int commented on 2020-03-30 18:16 (UTC)
Package doesn't build anymore and probably doesn't work anylonger. I tried to fix at least the compiler errors by:
--- a/CDebugHelpDlg.cpp 2020-03-30 19:45:07.054571710 +0200 +++ b/CDebugHelpDlg.cpp 2020-03-30 19:43:11.681233329 +0200 @@ -28,7 +28,7 @@ #include "CDebugHelpDlg.h" #include "CEdWidget.h"
-#define tabRow(a, b) "<tr><td valign=\"top\">"a"</td><td>"b"</td></tr>" // Creates a HTML table cell +#define tabRow(a, b) "<tr><td valign=\"top\">" a "</td><td>" b "</td></tr>" // Creates a HTML table cell
static const char* s_Help = //"<h3>Debugger</h3>"//Gets inserted with version numbers below// --- a/CEd.cpp 2020-03-30 19:45:07.054571710 +0200 +++ b/CEd.cpp 2020-03-30 19:43:11.681233329 +0200 @@ -782,7 +782,7 @@ } else { - done = fstrm.get(ch) == 0; + done = static_cast<bool>(fstrm.get(ch)); if (!done && isEncoded) { ch = encode(ch);
borja commented on 2015-09-13 00:55 (UTC)
Alister.Hood commented on 2013-11-26 12:57 (UTC)
Alister.Hood commented on 2012-06-30 03:39 (UTC)
katafractari commented on 2012-02-02 04:13 (UTC)