Dear Sir/ Madam,
I have a fortran project constisting of many subprograms. I need to add some breakpoints on the lines of specific subprogrgams. But it is a hard work to do it manually. I wonder if I can add them automatically with a macro or another way. Let 's suppose that I have stored on a *.txt file the subprogram names and the lines in them where I want to set the breakpoints. Is there any way to read the file and set the breakpoints for me eadily and quickly?
Thank you,
Emmanouil Zervas