You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps outlining how to run MCAD locally from your IDE / debugger.
3
+
- Ensure you are authenticated to your Kubernetes/OpenShift Cluster.
4
+
- Copy the [launch.json.example](https://github.com/project-codeflare/multi-cluster-app-dispatcher/tree/main/doc/usage/debugger/launch.json.example) file and save it as `launch.json` in the `.vscode` folder in the root of your project.
5
+
- In the `launch.json` file, update the `args` sections with the path to your kubeconfig.
6
+
- In VSCode on the activity bar click `Run and Debug` or `CTRL + SHIFT + D` to start a local debugging session of MCAD.
0 commit comments