Changes between Version 8 and Version 9 of Documentation/UserGuide/IDB


Ignore:
Timestamp:
2017-07-21T10:17:10+02:00 (7 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/IDB

    v8 v9  
    203203This call ask for 16 processos in the standard queue. -d tv selects totalview as a debugger. 
    204204 
     205When the startup window shows up, select "Enable memory debugging".  
     206 
     207== Notes == 
     208 
     209Totalview is not able to debug when the binary is compiled with -p flag (only for profiling purposes). For that reason, it needs to be removed from the compilation.  
     210 
     211If you compile orchidee with the makeorchidee_fcm tool, make sure to remove it from arch.fcm file: 
     212 
     213arch.fcm:  
     214{{{ 
     215%DEBUG_FFLAGS        -fpe0 -p -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all 
     216}}} 
     217to 
     218{{{ 
     219%DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all 
     220}}} 
     221 
     222 
    205223= Alternative debuggers = 
    206224