Hello,
I’ve recently installed FreeFEM++ source code on my Windows machine by following the instructions provided on the website. I’ve successfully configured, built, and run the FreeFEM++ code. However, I’d like to understand how I can debug the ‘edp’ files.
For instance, I’m interested in locating the definition of ‘border’ within the source code and navigating directly to it. In Python, you can easily jump to the source of an inbuilt function from a library. Is there a similar functionality available for FreeFEM++? If not, what alternative methods would you suggest for debugging or exploring the source code?
Thank you in advance for your assistance!