User forums > Using Code::Blocks

Debugger Initialization Command is frozen

<< < (3/4) > >>

blauzahn:
patch -u -p0 <your.patch was rejected. So I applied the diff line from your patch via editor and
cross-checked it afterwards with kompare and diffuse against the current svn file on codeblocks.org.

As usually, I have cleaned and then built cb via configure and make in a directory that is parallel to trunk.

Prior sudo make install I remove the old codeblocks files and directories in /usr/local completely. This
way I avoid accidentally using any files of a prior installation (apart from user-settings in ~/.codeblocks).
And the fact, that I can switch the observable behaviour back and forth with a new install does not deny
that.

I guessed that using size is not generally applicable.

Is calling ./src/update mandatory? At least the Wiki does not mention it to be
necessary when you install cb from source on linux. I have never invoked it before directly.

wx-common 2.8.12.1-6ubuntu2
g++ (Ubuntu/Linaro 4.6.4-1ubuntu1~12.04) 4.6.4
  the current versions, provided by ubuntu

oBFusCATed:
./update is needed only if you build codeblocks with codeblocks. If you use make then it is not.

Pretty strange.

@Jens: Do you still have an ubuntu?

Jenna:

--- Quote from: oBFusCATed on August 02, 2013, 08:43:53 am ---./update is needed only if you build codeblocks with codeblocks. If you use make then it is not.

Pretty strange.

@Jens: Do you still have an ubuntu?

--- End quote ---
Yes I have.
I will see, if I can reproduce the issue.

Jenna:
I just committed a fix for this issue and for another layout issue of the debugger-setting dialog.
It is not possible to set MinSize via wxSmith in xrc-files, only in wxs-files, which generate sourcees and headers.
This seems to be by design in wxSmith, but I think this coud probably be told a bug.

But even with a patched wxSmith, that can set the MinSize of the textctrl in the xrc it does not work correctly.
The xrc looks like the one with the patch of oBFusCATed and this is ignored.
If I set the MinSize inside the surrounding sizeritem object directly in xrc (like it was in the select-target dialog) it works, but wxSmith removes it if it touches the xrc the next time, and the patched wxSmith, sets it inside the textctrl-object (like oBFusCATed's patch) , what does not work.

By the way, the minsize-tag in select-target* xrc-file does not exist anymore, but option is set to 1 instead.
This works for selected-target diialog, but unfortunately not in debugger-settings, so I decided to fix it inside the cpp-file which loads the xrc, as the txtctrl is touched there anyway.

blauzahn:
Ah! It works in svn 9246 on Ubuntu. Thanks!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version