Re: Debugging a self made Framework

2010-10-25 Thread Uli Kusterer
On 24.10.2010, at 17:56, Frank Gregor wrote: > after hours of searching the web & reading the docs, however I'm unable to > debug my framework. I've builded it with "Debug" config and added this > builded framework to my project. When I start debugging my project, setting a > breakpoint at an ob

Re: Debugging a self made Framework

2010-10-25 Thread Jerry Krinock
On 2010 Oct 24, at 08:56, Frank Gregor wrote: > When I start debugging my project, setting a breakpoint at an object from a > class declared in the framework a "Step into method" don't work. It always > steps over... > > Can someone give me a hint You've posted to (and possibly searched) the

Debugging a self made Framework

2010-10-25 Thread Frank Gregor
Hello, after hours of searching the web & reading the docs, however I'm unable to debug my framework. I've builded it with "Debug" config and added this builded framework to my project. When I start debugging my project, setting a breakpoint at an object from a class declared in the framework a

Debugging a self made Framework

2010-10-25 Thread Frank Gregor
Hello, after hours of searching the web & reading the docs, however I'm unable to debug my framework. I've builded it with "Debug" config and added this builded framework to my project. When I start debugging my project, setting a breakpoint at an object from a class declared in the framework a