Arquivos
hhvm/hphp/test/quick/debugger/hphpd.hdf
T
Herman Venter 3d0330fd9d Provide a command line switch to specify the path to the debugger config file
Currently the debugger config file is always expected to be at ~/.hphpd.hdf, except when the debugger is controlled via the API, in which case the API client can specify the path. With these changes the path can now also be specified via the command line. Also, the test runner has been modified to look for an hphpd.hdf file and specify the path to it as a command line option. If present, this file also indicates that tests in the directory must be run in debugger mode, making the .opt files redundant. Note that it is important for tests to be able to control the contents of the config file since debugger output is controlled by it and tests will be brittle unless the config is part of the suite and not controlled by the user running the tests
2013-06-10 10:14:12 -07:00

69 linhas
1.1 KiB
Plaintext

UTF8 = 1
Color = 0
Color {
SupportedNames {
1 = black
2 = red
3 = green
4 = brown
5 = blue
6 = magenta
7 = cyan
8 = gray
9 = dark_gray
10 = light_red
11 = light_green
12 = yellow
13 = light_blue
14 = light_magenta
15 = light_cyan
16 = white
}
Palette {
emacs {
Keyword = CYAN
Comment = RED
String = GREEN
Variable = BROWN
Html = GRAY
Tag = MAGENTA
Declaration = BLUE
Constant = MAGENTA
LineNo = GRAY
}
vim {
Keyword = MAGENTA
Comment = BLUE
String = RED
Variable = CYAN
Html = GRAY
Tag = MAGENTA
Declaration = WHITE
Constant = WHITE
LineNo = GRAY
}
}
Help = BROWN
Info = GREEN
Output = CYAN
Error = RED
ItemName = GRAY
HighlightForeground = RED
HighlightBackground = GRAY
Code {
Keyword = CYAN
Comment = RED
String = GREEN
Variable = BROWN
Html = GRAY
Tag = MAGENTA
Declaration = BLUE
Constant = MAGENTA
LineNo = GRAY
}
}
Tutorial = 0
Tutorial {
}
MaxCodeLines = -1