Dear all, I am very thankful to the debugger plugin team. It is a very good tool to my work. I would like to ask some "how to" here. Maybe some of them can be considered into wishlist.
1. How to show variables' address? In F90, we have LOC(x) to show its address in memery. Can I use it in the "watching window" as well?
2.how to access some variables that are located under module? In intel f90+VS in Windows10, we have "mod::" method in debugger to enable this. Can we have the similar functions in geany?
3. ... (Maybe we can add more "enhancement" under this box?:D)
Thanks. Shuo
I'm not GDB expert, and don't know Fortran at all, but if it's the same commands as for C/C++, I think you can use `print &thevar` inside the console tab.
Years later... but just FYI:
1. To see address value of a Fortran variable `sum`: add `&sum` in the Debugger's Watch tab. E.g.
![debugger-f90-var-address](https://user-images.githubusercontent.com/1738281/172298695-6af6f40f-9ac4-4a...)
github-comments@lists.geany.org