-
Notifications
You must be signed in to change notification settings - Fork 458
Open
Labels
Description
Question
Hi !
I am running Turbo Debugger v3.2 with an old DOS application. The application works well on its own, and TD allows me to single step (until it crashes). Furthermore:
- ALT + F5 (TurboDebugger command) doesn't switch to the screen that the application is drawing: it just does nothing
- if I run dosbox-x with "-display2" I see the second screen, but Turbo debugger doesn't use it (doesn't detect it?)
- if I run the command "mode mono" before starting Turbo Debugger then Turbo Debugger shows correctly its screen in grayscale, but crashes/hangs as soon as I try to run my program.
- if I press F9 (run) from TurboDebugger the apps starts running well, but if I single step, the whole thing (TD + the app) crashes/hangs when the app initializes the SVGA settings.
I wonder if anyone knows how to solve this or can at least see in the logs what is failing. I can provide on a private email the software to reproduce this.
Many thanks in advance !
Ariel//
Have you checked that no similar question(s) exist?
- I have searched and didn't find any similar question.
Code of Conduct & Contributing Guidelines
- I agree to follow the code of conduct and the contributing guidelines.