Local vs. remote debug

You can configure Genero Studio to debug a local or remote application.

Check your active configuration before beginning a debug session.

  • Use a local Genero configuration to work on your local application.
  • Use a remote Genero configuration or your local Genero configuration to access and debug your remote application.

    Use these steps to debug an application where the binaries are located on a remote server (production server) and the sources are located locally.
    1. Set a remote configuration.

    2. Confirm that all binaries are on the remote server.

    3. Create an empty application node with the same name as the 42r binary located on the remote server.

    4. Set all required environment variables on the application node.
      FGLLDPATH
      Set to the path of the 42m and 42r files located on the remote server.
      FGLRESOURCEPATH
      Set to the path of the 42f files (and other resource files).
      FGLSOURCEPATH
      Set to the path of the source files located locally.