Labyrnth
04-18-2008, 01:23 AM
Ok i know there is a few threads about this, old one and i didnt want to grave dig.
1. Breaking in full screen apps.
a. Set olly always on top is a good option and works sometimes.
b. Dual monitors. Basically a myth to me i have done it with dual vga and you freeze up still.
c. Window mode tools and options in shorcut. This works sometimes as well when you can get the app in a window your all good to go.
--------------------------------------------------------------------------
Now for the problem i have.
1. Game will not window, by option in cfg file or using windowing tools & modified shortcut. "Dont know what/how to do what one person said in a older post that worked for d3d9 by altering the bool that controls window/fullscreen."
Question:
Conditional Break "shift F4" How can you look at the log or know it is breaking without pausing the application or even trace it? The plugin i have for trace says to set a break and hit F9 after the break is reached. By this time the app will be in a fullscreen freeze. A trace would be nice im guessing?
*Im trying to see how an outter loop is doing its work and need to do breaks or log it some how, It controls 2 different occurrence within this large loop.
*Sort of a solution for my problem.
Well this will work, nice little discovery on my own.
I just did something that worked nicely. So i will share it with others.
If you use trace it will work for you. I managed to trace the loop.
1. Breaking in full screen apps.
a. Set olly always on top is a good option and works sometimes.
b. Dual monitors. Basically a myth to me i have done it with dual vga and you freeze up still.
c. Window mode tools and options in shorcut. This works sometimes as well when you can get the app in a window your all good to go.
--------------------------------------------------------------------------
Now for the problem i have.
1. Game will not window, by option in cfg file or using windowing tools & modified shortcut. "Dont know what/how to do what one person said in a older post that worked for d3d9 by altering the bool that controls window/fullscreen."
Question:
Conditional Break "shift F4" How can you look at the log or know it is breaking without pausing the application or even trace it? The plugin i have for trace says to set a break and hit F9 after the break is reached. By this time the app will be in a fullscreen freeze. A trace would be nice im guessing?
*Im trying to see how an outter loop is doing its work and need to do breaks or log it some how, It controls 2 different occurrence within this large loop.
*Sort of a solution for my problem.
Well this will work, nice little discovery on my own.
I just did something that worked nicely. So i will share it with others.
If you use trace it will work for you. I managed to trace the loop.

