I'm working on a VS 2010 extension that supports an interpreted programming language. In debugging mode, I want to show more context data in the Call Stack window. With code adapted from PythonTools, I can show the extra data (together with function name and source file name) in the Name column. It would be more clear if the extra data was in its own column. Is it possible to add a new column and set its contents at runtime, similar to the Name and Language columns?
↧