- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using VS Code and ifort. I would like to watch a matrix while debugging, but it doesn't work.
Can someone tell me if a solution has been found and explain how to solve this issue?
Thank you.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the matrix (array) is located in a module (example "YourModule"), then you must prefex the name of the matrix (array) with the module name (similar to the scoping annotation in C++)
YourModule::YourMatrix
If need be, you can place index ranges (iow a slice of the matrix/array)
Jim Dempsey

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page