When debugging a subclassed control debugger doesn't break at the
expected position.
start empty project
subclass an editfield (myEditfield)
in myEdifield.keydown:
dim a as integer
a=1 <-- place breakpoint here
Add a new instance of myEditfield in window1, run application, type a
char in the editfield. IDE will break but in an undefinined position
not at a=1
Project attached in bug report: http://www.realsoftware.com/feedback/
viewreport.php?reportid=iidyfaka
Tomas
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>