23 lines
438 B
Plaintext
23 lines
438 B
Plaintext
|
[
|
||
|
{
|
||
|
match: "foo/bar.*",
|
||
|
PrintAssembly: false,
|
||
|
c1: {
|
||
|
BreakAtExecute: false,
|
||
|
},
|
||
|
c2: {
|
||
|
inline : "+java/util.*",
|
||
|
BreakAtCompile: true
|
||
|
},
|
||
|
inline : [ "+javax/util.*", "-comx/sun.*"],
|
||
|
PrintAssembly: false,
|
||
|
IGVPrintLevel: 2
|
||
|
},
|
||
|
{
|
||
|
match: ["baz.*","frob.*"],
|
||
|
inline : [ "+java/util.*", "-com/sun.*" ],
|
||
|
PrintAssembly: false,
|
||
|
BreakAtExecute: false,
|
||
|
}
|
||
|
]
|