Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

TRACEBACKQQ

Jacob_Williams
New Contributor II
280 Views

I would like to be able to generate tracebacks (using TRACEBACKQQ) in an application that is compiled using /SUBSYSTEM:WINDOWS without having the traceback sent to a popup dialog (which is what currently happens).  I'm using the FOR_DIAGNOSTIC_LOG_FILE variable to send the traceback to a file, which is what I want.  But, it is also sent to a unwanted popup.  Is there any way to disable this?  I realize I can use /SUBSYSTEM:CONSOLE to eliminate the popup, but then I have an unwanted DOS console window.

Alternately, it would be nice to have the capability of retrieving the tracebackqq information as a string (maybe allow us to define a procedure that the message is sent to).  That would be quite useful.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
280 Views

Set FOR_DISABLE_DIAGNOSTIC_DISPLAY to 1.

0 Kudos
Jacob_Williams
New Contributor II
280 Views

Thanks!  I never noticed that option before.

0 Kudos
Reply