Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Frame issue with the debugger plugin

<< < (11/14) > >>

oBFusCATed:
What? Are you joking? They are failing to apply this patch because of some strange convention they've made up?
The good thing is that svn has only one direction it will follow - to join cvs in the vcs oblivion land.  ;D Hopefully this will happen in the not so distant future.

Anyway I'll look in the script and I'll try to fix it.

Edit:

--- Code: ---Index: src/CodeBlocks_wx30-unix.cbp
===================================================================
--- src/CodeBlocks_wx30-unix.cbp    (revision 10528)
+++ src/CodeBlocks_wx30-unix.cbp    (working copy)
@@ -149,7 +149,7 @@
  <Option output="devel30/codeblocks" prefix_auto="1" extension_auto="1" />
  <Option working_dir="devel30" />
  <Option object_output=".objs30" />
- <Option type="0" />
+ <Option type="1" />
  <Option compiler="gcc" />
  <Option parameters="--debug-log --multiple-instance -ns -ni -v -p debug" />
  <Option projectLinkerOptionsRelation="2" />
@@ -507,7 +507,7 @@
  </Target>
  <Environment>
  <Variable name="WX_CFG" value="" />
- <Variable name="WX_CONFIG" value="wx-config --version=3.0" />
+ <Variable name="WX_CONFIG" value="/home/obfuscated/software/wx/bin/wx-config" />
  <Variable name="WX_SUFFIX" value="u" />
  <Variable name="WX_VERSION" value="30" />
  </Environment>
@@ -519,7 +519,7 @@
  </VirtualTargets>
  <Compiler>
  <Add option="-Wall" />
- <Add option="-ansi" />
+ <Add option="-std=c++11" />
  <Add option="$(#CB_RELEASE_TYPE)" />
  <Add option="-fmessage-length=0" />
  <Add option="-fexceptions" />

--- End code ---

Does this apply out of the box?

oBFusCATed:
Any status update? Is this patch working on your side? Should I commit it?

MortenMacFly:

--- Quote from: oBFusCATed on October 17, 2015, 10:22:56 am ---Any status update? Is this patch working on your side? Should I commit it?

--- End quote ---
So here is what I tried:
- C::B wx28 + wx30/32 bit + wx30/64 bit build (3 in total)
- "Tester App" with some function calls and calculations
- compiled this using MinGW and MinwGW64 (TDM 5.1)
- Debugged with gdb32/gdb64 respectively (TDM 5.1)

No strange observations.

For me its fine, although I didn't realise there was an issue at all w/o the patch.

scarphin:
The original issue is limited to wx2.8 + 64bit. You can see screenshots in the very 1st post.

oBFusCATed:
Scarphin have you tried the patches with your build configuration?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version