I want to develop a driver for metabase, and I have now set up my development environment in WSL and successfully run metabase by typing commands on bash.
Now I want to use the vscode plugin calva to debug the backend of the metabase. I read the official documentation of calva and already know how to debug a method of a single file. I tried the same method to debug a certain method in the metabase project. But it failed.
Does anyone know how to configure and use vscode to debug the backend of metabase? thanks