Last Monday I replaced my Version 5.5 installation of FTN95 by Version 6.0. Now I get difficulties using SDBG:
- I define a breakpoint somewhere within the program (F2).
- I start the program (F6).
- The program interupts at the breakpoint.
- When moving the cursor to the source code window the program resumes.
Is it a known problem?
Preparing this topic for the forums I am just performing some tests:
- I created a simple program. SDBG works properly
- I inserted a 'winapp' statement after the program statement. SDBG continues when entering the source code window.
- I modified 'winapp' to '!winapp'. SDBG still continues when entering the source code window.
- I modified '!winapp' to '!winxapp'. SDBG still continues when entering the source code window.
- I modified '!winxapp' to '!wxixnxaxpxpx'. SDBG works properly.
A little bit strange?