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

someone working on CDB debugger?

<< < (4/12) > >>

Jenna:

--- Quote from: CsrPryr on October 07, 2012, 09:44:28 am ---send me compile errors?....


||=== debugger_cdb, default ===|
C:\wxWidgets-2.8.12\include\wx\platform.h|196|error: wx/setup.h: No such file or directory|
[...]
||More errors follow but not being shown.|
||Edit the max errors limit in compiler options...|
||=== Build finished: 50 errors, 0 warnings ===|

--- End quote ---

Looks like a not build wxWidgets library (at least not for the parameters you use).

Martin K.:

--- Quote from: Martin K. on October 04, 2012, 06:16:12 pm ---
--- Quote from: oBFusCATed on October 03, 2012, 06:17:47 pm ---
--- Quote from: Martin K. on October 03, 2012, 02:05:44 pm ---I have prepared a first version of the CDB Debugger plugin. Maybe someone is able to have a look on it.

https://www.dropbox.com/s/ds1b5rr7ouhhvsl/debugger_cdb.zip

--- End quote ---
Have you though of putting it on github or something like this?

--- End quote ---

http://svn.code.sf.net/p/debuggercdb/code/trunk  ;)

Martin

--- End quote ---

I have a new update: Disassembly window and 64Bit CDB running 32 Bit Software works also.
shortly tested on rev 8442.

Martin

oBFusCATed:
Some suggestions:
1. don't use wxarray as it will hurt, search the forum for details
2. name your files with only lower case + underscores
3. try to follow (to some extent) the c::b coding guideline

2 and 3 are if you want the sources to be included in C::B in the future.

Martin K.:

--- Quote from: oBFusCATed on October 08, 2012, 10:29:54 pm ---Some suggestions:
1. don't use wxarray as it will hurt, search the forum for details
2. name your files with only lower case + underscores
3. try to follow (to some extent) the c::b coding guideline

2 and 3 are if you want the sources to be included in C::B in the future.

--- End quote ---

1. OK, i will have a look on it.
2. OK
3. ohh, there are coding guidelines? What is wrong with my code?

Martin

stahta01:

--- Quote from: CsrPryr on October 07, 2012, 09:44:28 am ---send me compile errors?....


||=== debugger_cdb, default ===|
C:\wxWidgets-2.8.12\include\wx\platform.h|196|error: wx/setup.h: No such file or directory|
C:\wxWidgets-2.8.12\include\wx\chkconf.h|103|error: #error "wxUSE_DYNLIB_CLASS must be defined."|

C:\wxWidgets-2.8.12\include\wx\chkconf.h|562|error: #error "wxUSE_FONTPICKERCTRL must be defined."|
||More errors follow but not being shown.|
||Edit the max errors limit in compiler options...|
||=== Build finished: 50 errors, 0 warnings ===|

--- End quote ---

DO NOT TAKE OVER ANOTHER PERSON POST.

Read the Wiki page
http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef

Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version