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

Frame issue with the debugger plugin

<< < (9/14) > >>

oBFusCATed:

--- Quote from: scarphin on September 28, 2015, 08:44:31 pm ---Please make sure it compiles first then I'll test it. Currently I don't have much time to try to make a patch I'm not familiar with compile.

--- End quote ---
Fine. Just keep in mind that I can't test this on windows (not enough time), and especially I have no intention to test it on win 64bit.
So I suppose you'll have to make changes if something fails.


--- Quote from: scarphin on September 28, 2015, 08:44:31 pm ---Btw the patch doesn't apply with svn, I had to use git to apply it. Others also willing to test this might complain about that if you don't fix it.

--- End quote ---
What do you mean by this? As far as I know svn doesn't have a command to apply patches.
So the problem is in your patch utility. If you're using tortoisesvn to apply it then try with command line based patch or complain to the devs of tortoise svn.

Also if you open the patch you'll see that this is not a git patch. I've preprocessed it, but I guess this is not enough and I should stop bothering with it this because it doesn't work whatever I do on windows...  :o

oBFusCATed:
Updated patches:
http://cmpt.benbmp.org/codeblocks/patches/dbg.win64.support.2.001.patch
http://cmpt.benbmp.org/codeblocks/patches/dbg.win64.support.2.002.patch

On linux they build with both wx2.8 and wx3.x.

MortenMacFly:

--- Quote from: oBFusCATed on October 04, 2015, 03:01:17 am ---Updated patches:
http://cmpt.benbmp.org/codeblocks/patches/dbg.win64.support.2.001.patch
http://cmpt.benbmp.org/codeblocks/patches/dbg.win64.support.2.002.patch

--- End quote ---
Sorry, but those patches do not apply on SVN trunk.

Can you apply Jens' cleanup script to they are compatible? Otherwise testing will be hard...

scarphin:
I attached svn compatible (whatever) versions. I think the problem is with the lines:

--- Code: ---@@ -123,7 +124,7 @@ class DLLIMPORT cbStackFrame
--- End code ---
where the svn (whatever) generated version is like:

--- Code: ---@@ -123,7 +124,7 @@
--- End code ---
This seems to be some kind of a setting problem and is NOT related to my patching utility.

oBFusCATed:

--- Quote from: MortenMacFly on October 04, 2015, 09:24:41 am ---Can you apply Jens' cleanup script to they are compatible? Otherwise testing will be hard...

--- End quote ---
If you give me a link to it, I can start using it. Otherwise I'll just give you links to a branch on github next time.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version