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

someone working on CDB debugger?

<< < (12/12)

Bat:
So, I've make modification of previous post and enhanced watch variable/watch tooltips.
Here a list :
-modification of option added 'break at program entry'
-watchs improved
  -convert CDB type to C/C++
  -handle recurse subitem (struct, array) dynamically when user expand watch
  -handle string
  -update of all watch and subwatch when needed (seem to have some case where update is not ok)
  -handle of structure, structure pointer and cast ((MYSTRUCT*)prj->j where prj is a void * is ok)
  -handle of local variable
  -handle of function pointer, with recover of textual function name
-combination of TooltipWatch and Watch. They give now identical result, but some enhancement to make (Tooltips don't generate ExpandWatch ?)
-correction of RegExp for stack frame where function have parameter with array
 

Martin K.:

--- Quote from: Bat on January 06, 2013, 09:32:13 pm ---So, I've make modification of previous post and enhanced watch variable/watch tooltips.
Here a list :
-modification of option added 'break at program entry'
-watchs improved
  -convert CDB type to C/C++
  -handle recurse subitem (struct, array) dynamically when user expand watch
  -handle string
  -update of all watch and subwatch when needed (seem to have some case where update is not ok)
  -handle of structure, structure pointer and cast ((MYSTRUCT*)prj->j where prj is a void * is ok)
  -handle of local variable
  -handle of function pointer, with recover of textual function name
-combination of TooltipWatch and Watch. They give now identical result, but some enhancement to make (Tooltips don't generate ExpandWatch ?)
-correction of RegExp for stack frame where function have parameter with array
 

--- End quote ---

sounds very good, thank you! I will have a look on it in the next days.

committed after a short test.

Martin

geoffzou:

--- Quote from: Martin K. on January 06, 2013, 09:39:21 pm ---
--- Quote from: Bat on January 06, 2013, 09:32:13 pm ---So, I've make modification of previous post and enhanced watch variable/watch tooltips.
Here a list :
-modification of option added 'break at program entry'
-watchs improved
  -convert CDB type to C/C++
  -handle recurse subitem (struct, array) dynamically when user expand watch
  -handle string
  -update of all watch and subwatch when needed (seem to have some case where update is not ok)
  -handle of structure, structure pointer and cast ((MYSTRUCT*)prj->j where prj is a void * is ok)
  -handle of local variable
  -handle of function pointer, with recover of textual function name
-combination of TooltipWatch and Watch. They give now identical result, but some enhancement to make (Tooltips don't generate ExpandWatch ?)
-correction of RegExp for stack frame where function have parameter with array
 

--- End quote ---

sounds very good, thank you! I will have a look on it in the next days.

committed after a short test.

Martin

--- End quote ---

What is the status of this awsome development? Has Bat's patch been integrated to svn (rev.17) yet? Thanks!

Bat:
This topic is quite rather old, but here is a crude patch for actual update of this plugin
It's not clean, debug trace are still activated and so on.
It correct some few things on this plugin (small name variables, array, ...)

If there is an interest in it I can clean it

Navigation

[0] Message Index

[*] Previous page

Go to full version