- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello everybody,
i wrote a console app with fortran9.1 under VS2005 an i want to do a step-by-step debugging now (F8)
whenever i try to do this i get into the disassembly-window automatically. since i cannot deal with that one, can anybody tell me how to da a "normal" step-by-step debugging in the fortran source code?
thanks for ur help
have a nice weekend
bye, mario
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set a breakpoint at the first executable line of code in your program, then use Start (F5). When the breakpoint is hit, you can then step through the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello steve,
i did as u said - after F5 I use F8 and get to the disassembly again...
maybe I have to change some settings??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello again,
i created a new project and added all the source files - now it works the way u said!
thank u very very much!!!!!
bye, mario

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