Ignore:
Timestamp:
Jun 15, 2008, 11:59:46 PM (16 years ago)
Author:
dai_9181
Message:

・デバッグトレース時、グローバル領域の終端行でステップインまたはステップアウトしたときにデバッグ情報の取得に失敗して強制終了してしまう不具合を修正。
・グローバル領域のデバッグ実行ができなくなっている不具合を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp

    r637 r641  
    747747            }
    748748
    749             compiler.codeGenerator.NextSourceLine( SourceCodePosition( compiler.GetCurrentRelationalObjectModuleIndexForSource(), cp ) );
     749            if( basbuf[cp] != '\0' )
     750            {
     751                compiler.codeGenerator.NextSourceLine(
     752                    SourceCodePosition( compiler.GetCurrentRelationalObjectModuleIndexForSource(), cp ),
     753                    compiler.GetCompilingUserProc().IsSystem()
     754                );
     755            }
    750756
    751757            if(Command[0]==1){
Note: See TracChangeset for help on using the changeset viewer.