Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to view the console output in the debug window? #26

Open
f-zl opened this issue Sep 12, 2021 · 4 comments
Open

How to view the console output in the debug window? #26

f-zl opened this issue Sep 12, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@f-zl
Copy link

f-zl commented Sep 12, 2021

Nice tool for learning assembly!
I cannot find where the console output (from INT 21H) is shown in TASM/MASM debug window. How can I check the console output while debugging? Thanks!

@xsro
Copy link
Collaborator

xsro commented Sep 12, 2021

It will not show on debug window now. Currently, this extension call dosbox and do nothing else.

Can you describe more in details? I may do this

@f-zl
Copy link
Author

f-zl commented Sep 15, 2021

It will not show on debug window now. Currently, this extension call dosbox and do nothing else.

Can you describe more in details? I may do this

Then it might be that TASM/MASM's debug tool didn't provide such a function. If you call printf in a debugger like gdb, the message sent to stdout will be shown. I was expecting the same from TASM/MASM.

@x402
Copy link

x402 commented Nov 26, 2021

In TASM's debug you can press ALT+F5 to view the console window, or you can do these steps: press F10-select 'Window'-select 'User screen'.

@xsro xsro added the enhancement New feature or request label Dec 4, 2021
@moa234
Copy link

moa234 commented Nov 28, 2022

i think redirecting output to log file causes int 21h not to show text while debugging.
so is there a way to edit debugging not to redirect output to log file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants