How can I watch the values of variables? (Fortran)
HelloI recently installed Visual Studio 2012 and Intel Fortran Compiler (in Intel Parallel Studio XE2013) on Windows 7.The thing is...I cannot watch the values of variables in debugging mode at all. By...
View ArticleLinux support for external symbol table
Feature request: Linux ELF files have a GNU extension that allows storing the debugging symbol table for an executable in an external file. There are two ways to reference this external file in an ELF...
View ArticleIDB C++/Fortran mixed code debugging (LINUX)
Hi all,we're developing a complex C++/Fortran mixed code program in Linux (Suse Enterprice 11.1) with Eclipse Indigo SC2 and GCC 4.5. The main code is writte in C++ and the libraries (shared objects)...
View ArticleCommand Line READ in idb does not wait
A coworker is having problems getting idb to wait at command line READ statement.idbc stops at the READ statement and waits for input but idb does not wait.Is there a setting in idb that controls...
View ArticleCannot find symbols in degugger
I am trying to debug my code and when I try to view a symbol, I get a message "Symbol not found"in the folder where the exe is there is a relap5.pdb and a vc100.pdb.
View Articlewatch if
Hello,I'm using idb in gdb mode to debug a code. I have a REAL*8 variable which is an array of length 50 that is changed a lot through the code. I would like to watch this variable and make the...
View Articledisplay pointers in user-defined types to user-defined types in fortran
Hello,I'm using IDB Version 13.0, Build [79.280.23] on linux to debug my fortran programs.I often run into the floowing problem:Imagine having defined two user-defined types my_type1 and my_type2 with...
View ArticleCannot open source code when attaching to process (OK if I start program from...
Hi,I'm running IDB 13.0 in Ubuntu 12.10 and I found that if I start my code from the debugger I can open the source code without any troubles, but if I start the code (which waits in a loop) and then...
View Articleifort: command not found after installing Parallel Studio XE 2013 update1
Hi. I have recently installed Parallel Studio XE 2013 update1 on my ubuntu 12.04 LTS (64bit) system with Corei5 cpu. I have C-Shell and Bash shells. my goal is to use intel fortran to install IOAPI3.1...
View Articlestrange error on file not found !
I tried to install a source code with "make" command. it gives me this:"babak-VPCSA20GD:/home/babak/CMAQ/IOAPI# makeMakefile:194: warning: overriding commands for target...
View Articleidb disappear soon after it started
My server is ubuntu 12.04, and I use shell in windows to login in. I have installed openjdk-7-jre. After I type idb it stared a interface, but soon after it's getting ready, it's disappear, and in the...
View Articlebldk in simics
I was using bldk in simics Atom E6xx virtual system.and I using "gBS->SetVariable" in the bldk,and it successed,but when I run simics again, I can not get the variable ,and I use "dmpstore" in shell...
View Articlee1q62x64.sys
hi !I dont know if i am posing on correcty forum.sorry for it.I have a pc with crosshair extreme iv and i suffer with blue screen. The blue screen showed a problem in e1q62x64.sys. I seached for driver...
View Articlecalling-called array size mismatch
OS : x86_64 GNU/Linux (CentOS 6.4)Compiler : Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 13.1.1.163 Build 20130313Debugger : Version...
View ArticleThe New Debug Solutions User Forum
This is a new user support forum available for all of Intels debug solutions. Please feel free to submit questions and start discussions atDebug Solutions User...
View ArticleDeprecation of Intel Debugger
For some time, in the release notes of the Intel Fortran Composer 2013, it is indicated that the Intel Debugger will be deprecated and using GDB is advised. However, compared to Intel Debugger, GDB is...
View ArticleProblem with 'idb session save' in idbc using absolute paths
I think I've encountered a bug in the 'idb session save' command of idbc on Linux, but I'd like to get confirmation from users in other environments before declaring it as such.I specified session_file...
View ArticleAcces to Fortran module variables while debugging
Hello,Since my update to Visual Studio 2012 with Intet Fortran 2013, I no longer have acces to all my modules variables in the display windows while debubbing under idb.I managed to create a small...
View Article1/z when z is a complex number with a +Inf component
Dear Fortran experts, As a sub problem in my code I need to evaluate the following expression: lim 1 x -> 0+ ------------------ sqrt(-1) + 1/x The expression above is well defined in the extended...
View Articleidb crashes on Arch Linux with openjdk java
Hi,I have a problem with idb. It works as expected when run as root, but when run as normal user i get this error message, after a crash, upon loading the executable, and sometimes even before that.The...
View Article