CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   making a change in working FORTAN code (https://www.cfd-online.com/Forums/main/140317-making-change-working-fortan-code.html)

mb.pejvak August 13, 2014 01:42

making a change in working FORTAN code
 
Hi guys;
I want to know whether or not it is possible to pause FORTRAN code while it works, make some changes in some part of program, and continue the code with the changes.
I use Intel fORTRAN 2013 XE integrated with VS 2010.

agd August 13, 2014 13:33

In my experience, that is not possible. You have an executable residing in memory that has no connection to the modified and recompiled executable. But maybe someone has more experience and knowledge than I.

cfdnewbie August 14, 2014 16:11

This might work with a debugger, but injecting code into a compiled binary is just something for hackers....


All times are GMT -4. The time now is 11:28.