DEBUG Falcon over VPN - FalconFT/FalconDocs GitHub Wiki

Project properties

In order to debug Falcon when connecting to a client VPN, we've to set some command line parameters.

[!WARNING] Before, we've to open a VPN connection to the client.

After .NET migration, the location of these debug parameters have changed.

Now it's located in the properties of Falcon.Client project

  1. In the solution explorer, locate Falcon.Client, then Right menu -> Properties
  2. Locate (or find) debug section
  3. Under General, click on link 'Open debug launch profiles UI'
  4. Set command line arguments from the clients bottom list

Clients command line arguments

//FIMARGE

--server loki --integratedsecurity false --user debugger --password debugger --connecttimeout 3

//AXIAL

--server 192.168.12.201 --integratedsecurity false --user debugger --password debugger --employeeid 86 --authentication 2 --validate false

//AGISA

--server 192.168.0.11 --integratedsecurity false --user debugger --password debugger --employeeid 88 --authentication 2 --validate false

// MERIDEN

--server 192.168.20.215 --integratedsecurity false --user debugger --password debugger --employeeid 88 --authentication 2 --validate false

//THE ADVISERS

--server 10.10.10.23 --integratedsecurity false --user debugger --password debugger --employeeid 86 --authentication 2 --validate false

//ANDBANK

--server 192.168.21.2 --integratedsecurity false --user debugger --password debugger --employeeid 86 --authentication 2 --validate false

image

PS - Alternatively, it's also possible to edit the file 'launchSettings.json' manually.