Author |
Message |
Topic: Display |
Robert
Replies: 13
Views: 59659
|
Forum: 64-bit Posted: Thu Apr 03, 2025 10:53 am Subject: |
I have tried mine up to 250% (and 225%) and it works without an issue. I am not sure what to suggest. Is sdbg64 the same? |
Topic: Display |
Robert
Replies: 13
Views: 59659
|
Forum: 64-bit Posted: Wed Apr 02, 2025 12:37 pm Subject: |
Check that the sdbg.exe and salflibc.dll are about the same age and in the same folder.
If you change your screen to be 100% -- does the problem go away? |
Topic: Display |
Robert
Replies: 13
Views: 59659
|
Forum: 64-bit Posted: Tue Apr 01, 2025 3:42 pm Subject: |
Are you sure the correct salflibc.dll is available to sdbg? |
Topic: Display |
Robert
Replies: 13
Views: 59659
|
Forum: 64-bit Posted: Mon Mar 24, 2025 10:41 am Subject: |
Hi Sid
I can't get that happen, I have Win 11 24H2 with a high-resolution screen set to 200% (which, incidentally, is a big improvement on the 175% it was set to so I might keep it like that). sdbg ... |
Topic: Hover |
Robert
Replies: 3
Views: 8147
|
Forum: 64-bit Posted: Wed Feb 19, 2025 11:17 am Subject: |
Do you have a high resolution screen? If you view the Windows display settings for that monitor what is the scale set to? |
Topic: Learning Clearwin |
Robert
Replies: 11
Views: 15915
|
Forum: ClearWin+ Posted: Thu Feb 06, 2025 9:59 pm Subject: |
and here.... https://www.silverfrost.com/ftn95-help/art_of_programming/contents.aspx |
Topic: SDBG variable output with unicode |
Robert
Replies: 1
Views: 17016
|
Forum: Support Posted: Tue Feb 04, 2025 6:19 pm Subject: |
sdbg, like Fortran I suppose, has no concept of utf8 so the non ASCII characters will come out garbled.
My guess is the console is a utf8 device so that is how it looks correct there. When using /w ... |
Topic: SDBG and huge arrays |
Robert
Replies: 3
Views: 12251
|
Forum: General Posted: Wed Jul 17, 2024 10:49 am Subject: |
Do you mean the debugger or the program you are running? The debuggers do not do anything (much) to your program and certainly do not fill any of your arrays. If you have large arrays and use an opti ... |
Topic: Something crashing SDBG64 |
Robert
Replies: 1
Views: 14142
|
Forum: 64-bit Posted: Fri May 24, 2024 9:25 am Subject: |
What version of sdbg64 is that - I can't see an assert near that line. Can you try the one referenced here: https://forums.silverfrost.com/viewtopic.php?p=35295#35295 |
Topic: SDBG64 bleeds bits of source line to next line (source pane) |
Robert
Replies: 4
Views: 17672
|
Forum: 64-bit Posted: Sat May 18, 2024 8:24 am Subject: |
Can you give this one a go: https://www.ftn95.co.uk/ftn95/sdbg64.zip |
Topic: SDBG64 bleeds bits of source line to next line (source pane) |
Robert
Replies: 4
Views: 17672
|
Forum: 64-bit Posted: Tue May 14, 2024 6:29 pm Subject: |
I'll take a look |
Topic: display size2 |
Robert
Replies: 1
Views: 12201
|
Forum: 64-bit Posted: Mon May 06, 2024 10:59 am Subject: |
Is that sdbg or sdbg64? I tried it on both and, the fonts are big! Do you know what font it is? |
Topic: Invalid FP number |
Robert
Replies: 4
Views: 13675
|
Forum: General Posted: Tue Apr 16, 2024 12:09 pm Subject: |
Is that value read from a file? |
Topic: RaiseException using sdbg64 |
Robert
Replies: 18
Views: 38037
|
Forum: 64-bit Posted: Mon Feb 12, 2024 9:55 am Subject: |
Have you tried asking sdbg64 to ignore that exception? To do this you should edit sdbg64.ini. On my machine the file is at %appdata%\sdbg64.ini (which resolves to C:\Users\Robert\AppData\Roaming\sdbg ... |
Topic: RaiseException using sdbg64 |
Robert
Replies: 18
Views: 38037
|
Forum: 64-bit Posted: Fri Feb 09, 2024 11:04 am Subject: |
Which exception is it? Is there a 32-bit exception number shown in sdbg64? |
|