Author Topic: totalview  (Read 4426 times)

Offline sylwa

  • Multiple posting newcomer
  • *
  • Posts: 12
totalview
« on: March 12, 2013, 06:05:51 pm »
Hi !

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

Regards

Sylvain

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: totalview
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline sylwa

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: totalview
« Reply #2 on: March 13, 2013, 10:25:00 am »
Thanks a lot for that answer