Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - code::blocks and ntoppc-gdb: (3 Items)
   
code::blocks and ntoppc-gdb  
Is it possible to integrate qnx debugger with other IDE like code::blocks, which can talk to qconn? 

codeblocks is a very lovely IDE. But for the configuration of QNX debugger, it seems very challenging. 

Any clues?

Re: code::blocks and ntoppc-gdb  
Just wondering what is wrong with Momentics IDE debugger?

Bill Highman wrote:
> Is it possible to integrate qnx debugger with other IDE like code::blocks, which can talk to qconn? 
>
> codeblocks is a very lovely IDE. But for the configuration of QNX debugger, it seems very challenging. 
>
> Any clues?
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post36601
>
>   
Re: code::blocks and ntoppc-gdb  
You know codeblocks is really popular open source IDE as well. Light and fast. For me, just my friend is familiar with C
::B editing and building. and cannot get debugger done. I feel i may help.

Eclipse is not bad at all. only the project setting seems some strange to the beginners. Those configuration files are 
hidden, sometimes confusing. 

I just want to reproduce in CB what's going on gdb in momentics. But from the debug console, it is really quite 
different from what I supposed. Several questions for momentic, here:

- how the binary file is transfered to the target? 
- how is it started and the PID can be acquired for gdb attach?
- because in gdb, it can be upload ed

as i find these are not done in gdb mode. sth rpc? Other questions like
- unique file mode, how is the file generated ...

Any document or source code for Momentics. 

BTW: why this forum is not sorted in last post time? how can make it as default :-)

Thanks