mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
This commit is contained in:
parent
7653d9c4d5
commit
6e0260656d
1 changed files with 4 additions and 0 deletions
|
|
@ -154,6 +154,10 @@ namespace Cosmos.Debug.VSDebugEngine
|
|||
TEXT_POSITION[] endPosition = new TEXT_POSITION[1];
|
||||
EngineUtils.CheckOk(docPosition.GetRange(startPosition, endPosition));
|
||||
|
||||
//TODO: In future put enough info in cgdb so we can just look this up right away
|
||||
//NOTE: For BPs we already can go from c# line to EIP and reverse.. which I think requires
|
||||
// going through the IL labels.. if so I think this code can be shortened and I dont think we need
|
||||
// to go through the cs file?
|
||||
// Get C# lines
|
||||
String xFile;
|
||||
using (var xTR = new StreamReader(documentName)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue