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

Remote debugging, debugger does not stop on breakepoint

jaeger0
Beginner
236 Views
I'm trying to set up for remote-debugging. I'm running visual studio 2008, and Fortran compiler 11

I shared the directory, where my debug- executable (A4.exe) and .pdp is lokated, to the network.
I started the remote monitor on my remote machine
I started the executable programm A4.exe, from the shared debug directory.
I Attached the process on the remote machine, the remote monitor says, that there is a connection.
I setup the symbols location in the Tools->Options->debugging-Symbols for the .pdb locations

however, the breakepoints are not taken (red bullet). If I go to Debug-break all "There is no source code available for current location." Show Disassembly. On the remote machine the programm breakes. If I continue, the remote programm continues. What is the problem ?

All modules seem to be loaded, including the A4.exe at the remote machine



0 Kudos
0 Replies
Reply