]> SALOME platform Git repositories - modules/shaper.git/blob - commands.gdb
Salome HOME
Merge remote-tracking branch 'origin/CEA_2020/Lot1_Export_STL' into CEA_2020_Lot1
[modules/shaper.git] / commands.gdb
1 set pagination off
2 set logging file gdb.txt
3 set logging redirect on
4 set logging on
5 catch throw
6 echo Run application in GDB
7 continue
8 backtrace full
9 set logging off
10 quit