well ollydbg is more than sufficent to work on disassembling and debugging ring 3 application what ever softice can do in r3 olly can do it better and also you can run fifteen olly at the same time while you can run only one softice and also hear your favorite music while looking at all those 15 olly instance
it is incredibly easy to use all you need is your mouse having a facility to right click
get the help file open and read through it some two, three times while you have a simple application open in olly the best key to use in ollydbg is f7 noone can hide anything if you believe that f7 key

of course you need to read read and read a lot to know what can happen if one sees a code like:
pushfd
or [esp],100
popfd
nop
jmp somewhere
and no one here willl be answering your prebasic questions in educational parlance your question ranks at pre kindergarden pre playschool level how to put a bp on GetWindowText ??
how about pressing ctrl+n and looking if it exists in your module and hitting f2 on all referance ??
or how about finding cmdbar plugin and type bp GetWindowText and hit enter ??(on nt systems)
how about giving the help file a through read and getting yourself familiarised with all those global shortcuts ??
how about actually trying it out on your own before asking how to put break point
how about ??
how about ??
how about ???
sight

i some time feel JMI must be having headaches when he wakes up and have to type hey dude read faq google "ollydbg + breakpoint " of course without quotes :eek