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/include/CodeGenerator.h

    r637 r641  
    241241    }
    242242
    243     void NextSourceLine( const SourceCodePosition &sourceCodePosition )
    244     {
    245         pNativeCode->NextSourceLine( sourceCodePosition );
     243    void NextSourceLine( const SourceCodePosition &sourceCodePosition, bool isInSystemProc )
     244    {
     245        pNativeCode->NextSourceLine( sourceCodePosition, isInSystemProc );
    246246    }
    247247
Note: See TracChangeset for help on using the changeset viewer.