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

Python Debugger

<< < (9/15) > >>

oBFusCATed:
Morten: How they separate the codecompletion? There is no API for the symbol browser, nor for the toolbar, nor for the auto complete list...

Alpha:
I just thought I would mention, as there was some talk of possibly needing to parse JSON, that wxJSON has worked quite well when I have used it.

oBFusCATed:

--- Quote from: dmoore on July 31, 2012, 03:39:30 pm ---a) use cb::shared_ptr everywhere
b) declare simple typedefs instead of defining the pointers as static class members (typedef cb::shared_ptr<cbWatch> cbWatchPtr)
c) do it more like the old C::B/wx way: pass around regular pointers.

--- End quote ---
I've switched all the code to cb::shared_ptr. Probably the plugin will fail to build, so it will need some fixing. Both gdb plugins have been fixed.

Falldog:

--- Quote from: dmoore on September 21, 2012, 08:54:01 pm ---I doubt it would make all that much difference for this application, but I don't know for sure. Can jsonrpc be configured to use a pipe instead of socket? (something like this)

--- End quote ---

It seem to use socket for rpc, no matter in json or xml
I would like to implement in simple communication by socket or pipe? (just read/write). and message data structure in json
It maybe work!? ::)

Falldog:

--- Quote from: Alpha on September 22, 2012, 12:17:42 am ---I just thought I would mention, as there was some talk of possibly needing to parse JSON, that wxJSON has worked quite well when I have used it.

--- End quote ---

it's good news for using wxJson in CB, it seem not merge in wxWidgets core
I should add these files directly in project!?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version