eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.7k stars 326 forks source link

How to watch the program output? #720

Closed ssdemajia closed 5 years ago

ssdemajia commented 5 years ago

I have a program print some information to console, but I can't find the window to see this information? Where should I open the option?

ssdemajia commented 5 years ago

I found that is printed in console I open the edb....Why not create new window to print the information?

eteran commented 5 years ago

If you set the terminal in the settings, edb will indeed open a new window for it.

ssdemajia commented 5 years ago

Thank you very much, I found this setting.😊

shan8112 commented 1 year ago

Can i know how does the terminal can be opened? Where can we find the path?

eteran commented 1 year ago

Can i know how does the terminal can be opened? Where can we find the path?

Usually you can do something like install xterm and set the terminal to something like /usr/bin/xterm in the settings. But the specifics will depend on your system.