Log in

View Full Version : Fullscreen


Lude78
August 26th, 2003, 13:11
Hi,
how to debug application that runs in fullscreen (like games) ?
Sometimes bps are in this video mode but I can't see anything...
Can you help me?
Thanks.

Anonymous
August 26th, 2003, 14:37
Yes, you need a debugger such as SoftICE, and/or debug remotely (via serial port or ethernet to another PC)

Teerayoot
August 26th, 2003, 21:49
Hey,This ploblem solved in Ollydbg 1.09d(in previous i have same ploblem as you).
You must set Alway on top,if that game use alway on top future.

I have debug alot of game(full screen) use Ollydbg ,for information contact me..

Anonymous
August 31st, 2003, 08:18
Hey Teerayoot, can you share your info? I set "Always on top" in olly but sometimes it doesnt pop up even though a breakpoint fires, which leaves me with no other options then restarting my computer because I cant see any other windows (not even task manager). =(

Anonymous
August 31st, 2003, 13:27
As already said, use SoftICE as it's designed for this kind of debugging.

Anonymous
August 31st, 2003, 13:28
BTW, Latest version of SoftICE can be downloaded from www.exetools.com ("http://www.exetools.com")

Teerayoot
September 1st, 2003, 00:45
Hey, DO you want to see a screenshot of my debugged game

even ,Directx game ,Opengl game.
i will paste link to screenshot soon.

Ascar
September 1st, 2003, 13:01
proove it

Teerayoot
September 5th, 2003, 02:29
I figure it out what the ploblem . It's because a vga card driver. When i using driver from nvidia ,i can not debugging in fullscreen mode. but when chage driver to microsoft driver ,it work fine .

Notice : i use Geforce2 mx 400;
Sorry i do not have screen shot at this time .
But screenshot will come with next my fullscreen tutorial.