- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
New user here.
This might be a .NET question but here goes...
How do you get the debugger to go throughyour source line by line?
The debuggergoes toWinMain and I never see my source.
Thanks in advance.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To get the debugger to stop in your code, set a breakpoint at the first executable line you're interested in.
If you are calling a Fortran DLL from .NET (managed code), go to the properties of the .NET project and enable "Debugging of unmanaged code". If you don't do this, any breakpoints will be ignored.
Does this help? I'm not sure if this addresses what you asked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thats it. Thank you.

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