コード例 #1
0
ファイル: BreakpointManager.cs プロジェクト: texbois/vsbasm
 public BreakpointResolution ResolveBreakpoint(TEXT_POSITION location)
 {
     return(new BreakpointResolution(_program, _sourceFile.GetLocationAddress(location), _sourceFile.GetLocationContext(location)));
 }