- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to put a breakpoint in a code.
I presume with a breakpoint, code will execute until it reaches the breakpoint and then need my approval to succeed. Am I correct?
Trying to put a brekpoit, it asks for a function.
I don't understand what is the function in this stage?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anthony Richards wrote:Dear Richard Thanks for your comments. That is what I was looking for.Under the Debug menu option you will find various function keys Fn (some times in combination with the shift key) to use to step through the code after you have triggered a break point..
For example shift+F8 will step through or 'over' the line of code that is pointed to..
I think F8 wil enter a function or subroutine if a call is on the line of code in question, F5 will just continue execution to the next break point or until an error is detected or until program code requires an action from the user, or until the program exits normally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve Lionel (Intel) wrote:Dear Steve Thanks for your comment. I resolved the F# problem with aid of IanH. extension for F# is different from FORTRAN. So IAnH noticed this and informed me. Now My project type is FORTRAN and there is no problem in this regard.To put a breakpoint on a line of code, click in the leftmost column on that line - a red circle will appear. But I note from your other threads that you mistakenly used an F# project for your Fortran code, and this will prevent any of your code from being used.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page