View previous topic :: View next topic |
Author |
Message |
Fabio
Joined: 04 Feb 2024 Posts: 6
|
Posted: Mon Apr 08, 2024 11:19 am Post subject: Cannot use x64 debugger with Windows 11 |
|
|
Switching to Windows 11 (Pro, 23H2, build 22631.3374), I got troubles with the x64 debugger:
Using the integrated mode it doesn't even start, with error 57 or "Multiple program names given"
Using the SDBG64.exe it starts executing the program with no access to the code and/or variable.
I also made an atempt deleting the .ini file in C:\Users\<user>\AppData\Roaming.
Is there any suggestion I can try? |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8037 Location: Salford, UK
|
Posted: Mon Apr 08, 2024 12:32 pm Post subject: |
|
|
Fabio
Try the following in this order...
1) Make sure that you are compiling using /DEBUG or /CHECK or /CHECKMATE.
2) Re-install the Silverfrost package.
3) Test by compiling and linking from a command line. |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8037 Location: Salford, UK
|
Posted: Tue Apr 09, 2024 7:32 am Post subject: |
|
|
Part of the installation process is to set the PATH environment variable to include the full path of FTN95.exe. It is possible that this is not copied when upgrading to Windows 11. |
|
Back to top |
|
|
Fabio
Joined: 04 Feb 2024 Posts: 6
|
Posted: Tue Apr 09, 2024 12:47 pm Post subject: |
|
|
Thank you Paul,
I made the procedure that you suggest but the issue persist, at least with the editor plato.exe.
With the other editor, plato32.exe it works. So I can now use the debugger but not integrated in the same fashion as plato.exe.
Than for support.
Fabio |
|
Back to top |
|
|
|