| Thread Tools | Search this thread |
|---|
| bruce-michel | March 28, 2002 2:03 AM PST Viewing only some type fields in debugger | ||||
I use an array of complex type definitions. But in debugging I usually am only interested in one of the variables. Is there a way to only see that variable? type example ... integer :: weight ... end type example program main ... type (example), dimension(10) :: mytypes ... In the Visual Studio debugger watch I can only enter: mytypes(1:n) and then plow through them to see weight. What I want to see is mytypes(1:n)%weight. Is there a way to do this? In desperation, I have created a simple array = mytypes(1:10)%weight and displayed it, but that is not a good solution when the variable in question is used in many places. Thanks | |||||
| 8295 users have contributed to 31245 threads and 99128 posts to date. |
|---|
| In the past 24 hours, we have 10 new thread(s) 20 new posts(s), and 31 new user(s). In the past 3 days, the most popular thread for everyone has been huge pages on linux? The most posts were made to Pipeline buffer between stages? The post with the most views is Another example attached (Tr Please welcome our newest member wingvk |