| @@ -2,18 +2,17 @@ |
|
|
| 2 |
2 |
"seerproject": { |
| 3 |
3 |
"executable": "helloprettyprint", |
| 4 |
4 |
"postgdbcommands": [ |
| 5 |
|
- "" |
|
5 |
+ "set print pretty on" |
| 6 |
6 |
], |
| 7 |
7 |
"pregdbcommands": [ |
| 8 |
|
- "# Comment the next line out to disable \"pretty printing\".", |
| 9 |
|
- "set pretty printer on" |
|
8 |
+ "" |
| 10 |
9 |
], |
| 11 |
10 |
"startmode": { |
| 12 |
11 |
"arguments": "", |
| 13 |
12 |
"breakinfunction": false, |
| 14 |
13 |
"breakinfunctionname": "", |
| 15 |
14 |
"breakinmain": true, |
| 16 |
|
- "breakpointsfile": "", |
|
15 |
+ "breakpointsfile": "/nas/erniep/Development/seer/tests/helloprettyprint/breakpoints.seer", |
| 17 |
16 |
"nobreak": false, |
| 18 |
17 |
"nonstopmode": false, |
| 19 |
18 |
"randomizestartaddress": false, |