Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Splitting debugger in two - specific debugger and common GUI

<< < (26/136) > >>

ollydbg:

--- Quote from: Pecan on October 29, 2009, 03:29:55 pm ---
--- Quote from: ollydbg on October 29, 2009, 01:57:13 am ---
--- Quote from: oBFusCATed on October 28, 2009, 09:19:12 pm ---For example while debugging codeblocks 99% of the time on the first click the app.cpp file is opened and I have to close it, which is very annoying.

--- End quote ---
Yes, it is annoying. But I have the difference experience, not the app.cpp opened. A file named "new_allocator" (as far I can remember, now, I have no C::B at hand) always opened. At this case, I still don't know where exactly my program halt. :(

--- End quote ---

Untick "Catch C++ exceptions" in debugger settings to avoid this problem.


--- End quote ---

Thanks Pecan for your help, I will try it tomorrow in my lab's computer. :D

sbezgodov:
Is it possible to use wxTreeListCtrl for watches window? I think its more suitable than wxPropertyGrid.

oBFusCATed:

--- Quote from: sbezgodov on November 05, 2009, 07:13:10 pm ---Is it possible to use wxTreeListCtrl for watches window? I think its more suitable than wxPropertyGrid.

--- End quote ---
Why?
Patches are welcome, of course :)

p.s. I've tried to compile it, but it failed out of the box (linux 64bit), after some modification I've succeeded, but the sample crashed, when I've tried to start it!
Have you used it in a real multi platform project (different versions of windows doesn't count  :lol:)?

p.p.s. I've tried this  http://wxcode.sourceforge.net/components/treelistctrl/ "treelistctrl_2009-07-19.tar.gz   maintenance release"

oBFusCATed:
The autotools build system seems broken in the debugger branch.
Can someone confirm this?

Here is the build log

--- Code: ---obfuscated@xlad ~/projects/codeblocks/brances/debugger_clean $ ./bootstrap
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `/usr/share/aclocal/libtool.m4'
libtoolize:   `/usr/share/aclocal/ltoptions.m4'
libtoolize:   `/usr/share/aclocal/ltversion.m4'
libtoolize:   `/usr/share/aclocal/ltsugar.m4'
libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/base/tinyxml/Makefile.am: installing `./depcomp'
src/plugins/contrib/Makefile.am:101: BUILD_CCCC does not appear in AM_CONDITIONAL
src/plugins/contrib/Makefile.am:105: BUILD_CPPCHECK does not appear in AM_CONDITIONAL
configure.in:7: installing `./config.guess'
configure.in:7: installing `./config.sub'


--- End code ---

And after the ./bootstrap there is no configure script :(

System gentoo amd64 + gcc 4.4.2/glibc 2.9

Jenna:

--- Quote from: oBFusCATed on December 07, 2009, 07:52:00 pm ---The autotools build system seems broken in the debugger branch.
Can someone confirm this?

--- End quote ---

Should be fixed in svn r5957.
Can you please test it ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version