cbamber85
08-06-2009, 02:26 PM
Hi all,
I'm currently throwing together a little plugin to help me learn Linux programming (I've been brought up on Visual Studio, which has shielded me from the tough stuff!). My plugin compiles fine in Eclipse with CDT, I can launch Maya with ddd and it shows all the symbols being read. Unfotunately when I run my plugin it gets a segmentation fault...
However my real problem is loading my source file data into ddd so I can see the offending code, and maybe setup some breakpoints. ddd is supposed to be able to read the symbols and pull my source code from some basic dirs I pass to it - but it doesn't. ddd is the most common debugging front-end in Linux, but I'm really struggling to find Maya-specific workflow data - anybody done this before?
I'm using CentOS 5.3 if makes a difference.
Cam.
I'm currently throwing together a little plugin to help me learn Linux programming (I've been brought up on Visual Studio, which has shielded me from the tough stuff!). My plugin compiles fine in Eclipse with CDT, I can launch Maya with ddd and it shows all the symbols being read. Unfotunately when I run my plugin it gets a segmentation fault...
However my real problem is loading my source file data into ddd so I can see the offending code, and maybe setup some breakpoints. ddd is supposed to be able to read the symbols and pull my source code from some basic dirs I pass to it - but it doesn't. ddd is the most common debugging front-end in Linux, but I'm really struggling to find Maya-specific workflow data - anybody done this before?
I'm using CentOS 5.3 if makes a difference.
Cam.
