40 lines
943 B
INI
40 lines
943 B
INI
! Sample configuration file for the Series-3 Debugger
|
|||
|
|
! Consists of a set of keywords and values.
|
||
|
|
|
||
|
|
! Specifies the paths to search for source level maps and tables
|
||
|
|
! in addition to the current directory
|
||
|
|
! (commented out)
|
||
|
|
! SOURCE_PATH=c:\sibosdk\hwdemo\
|
||
|
|
! SOURCE_PATH=d:\dirname\
|
||
|
|
|
||
|
|
! Pass zero-length command line to load and run commands
|
||
|
|
! (commented out)
|
||
|
|
! NO_COMMAND_LINE
|
||
|
|
|
||
|
|
! Turns beep that normally accompanies temporary display of
|
||
|
|
! error message off
|
||
|
|
! (commented out)
|
||
|
|
! BEEP_OFF
|
||
|
|
|
||
|
|
! Specifies the tab stop width used when displaying source code
|
||
|
|
TAB_WIDTH=4
|
||
|
|
|
||
|
|
! Specifies breakpoints to set up
|
||
|
|
BREAKPOINT=p_panic
|
||
|
|
|
||
|
|
! Specifies where the debugger will run the process to before it
|
||
|
|
! reports the loading of the process is complete.
|
||
|
|
INITIAL_IP=main
|
||
|
|
|
||
|
|
! Specifies what accelerators function keys are to be assigned to
|
||
|
|
! F1 to F10 may be assigned to accelerators
|
||
|
|
F2=B
|
||
|
|
F3=X
|
||
|
|
F4=H
|
||
|
|
F5=M
|
||
|
|
F6=V
|
||
|
|
F7=T
|
||
|
|
F8=S
|
||
|
|
F9=R
|
||
|
|
F10=G
|