Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
LineNumberが存在する場合でも、EnvDTE.StackFrame2インターフェイスにColumnNumberプロパティはありません。http://msdn.microsoft.com/en-us/library/cc701201(v = VS.90).aspx ;
ILオフセットも実行できます。また、pdbsを使用してILオフセット->列/行変換を実行することもできます。
はい、可能です。このVSDebuggerフォーラムスレッドで回答を得ました。