Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4dcc6c07

Přidáno uživatelem Jakub Šilhavý před asi 2 roky(ů)

re #9568 Added all 4 commands (arguments) to be sent to the debugger into the configuration file.

Zobrazit rozdíly:

ld_client/LDClient/appsettings.json
26 26
    "CacheFileName": "cache"
27 27
  },
28 28
  "DebuggerDetection": {
29
    "F32RemArguments" : [
30
      "localhost port=20000 printer.filetype ASCIIE",
31
      "localhost port=20000 printer.open C:\\Users\\pulta\\Desktop\\testResult.txt",
32
      "localhost port=20000 WinPrint.version.hardware",
33
      "localhost port=20000 printer.close"
34
    ],
29 35
    "F32RemExecutable": "/home/silhavyj/School/KIV-ASWI/aswi2022bug-thugs/ld_client/Mock/t32rem/build/t32rem_mock",
30
    "F32RemArguments": "localhost port=20000 VERSION.HARDWARE",
31 36
    "T32ProcessName": "ld_mock",
32
    "T32InfoLocation": "ldResult.txt",
37
    "T32InfoLocation": "C:\\Users\\pulta\\Desktop\\testResult.txt",
33 38
    "DetectionPeriod": 5000,
34 39
    "FetchInfoMaxAttempts": 5,
35
    "FetchInfoAttemptPeriod": 1000
40
    "FetchInfoAttemptPeriod": 1000,
41
    "T32RemSuccessExitCode": 0,
42
    "T32RemWaitTimeoutMs": 2000
36 43
  }
37 44
}

Také k dispozici: Unified diff