Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sylwa on March 12, 2013, 06:05:51 pm

Title: totalview
Post by: sylwa on March 12, 2013, 06:05:51 pm
Hi !

Is that possible to use totalview as code::block embedded debbuger ?

Regards

Sylvain
Title: Re: totalview
Post by: oBFusCATed on March 12, 2013, 09:45:34 pm
If the command line interface for totalview is similar/exactly the same as gdb/cdb, then yes, you'll be able to use it.
Else you'll have to write a debugger plugin.
Title: Re: totalview
Post by: sylwa on March 13, 2013, 10:25:00 am
Thanks a lot for that answer