C
Clive Dixon
I'm becoming increasingly frustrated with debugger visualizers (VS 2005). It
seems virtually impossible to write one which doesn't cause a timeout when
trying to view the data.
I'm guessing that part of the problem may be the time required to generate
the temporary serialization assemblies. So, he thinks, set the project flag
to build serialization assemblies. Does this work? Of course not. Further
investigation, found only by Google, not via any Microsoft documentation,
reveals that this setting only works for web service proxies. So, he thinks,
let's try creating a post-build command line to call sgen.exe. Only now I
get "exited with code 9009" or "exited with code 123" and so on. Is there
any documentation on these error codes? Of course not. So it seems that this
line of investigation in trying to improve the speed of visualizers has come
to a grinding halt.
Seriously, has anyone else been having no end of problems trying to create
debugger visualisers which actually work, or is it just me?
seems virtually impossible to write one which doesn't cause a timeout when
trying to view the data.
I'm guessing that part of the problem may be the time required to generate
the temporary serialization assemblies. So, he thinks, set the project flag
to build serialization assemblies. Does this work? Of course not. Further
investigation, found only by Google, not via any Microsoft documentation,
reveals that this setting only works for web service proxies. So, he thinks,
let's try creating a post-build command line to call sgen.exe. Only now I
get "exited with code 9009" or "exited with code 123" and so on. Is there
any documentation on these error codes? Of course not. So it seems that this
line of investigation in trying to improve the speed of visualizers has come
to a grinding halt.
Seriously, has anyone else been having no end of problems trying to create
debugger visualisers which actually work, or is it just me?