How to do single-step debugging while testing?

Michael Mc Donnell michael at mcdonnell.dk
Fri Jun 24 09:02:24 CDT 2011


On Fri, Jun 24, 2011 at 3:55 PM, Henri Verbeet <hverbeet at gmail.com> wrote:
> On 24 June 2011 15:24, Michael Mc Donnell <michael at mcdonnell.dk> wrote:
>> I can set a break point at test_convert_point_reps_to_adjacency (my
>> new test) and it stops there. I can also set a break point for
>> ID3DXMeshImpl_ConvertPointRepsToAdjacency but it just goes past it.
>>
>> Here are the commands I used:
>> b test_convert_point_reps_to_adjacency
>> cont
>> b ID3DXMeshImpl_ConvertAdjacencyToPointReps
>> cont
>>
>> Any idea what I'm doing wrong?
>>
> Is that a typo, or did you really mean
> "ID3DXMeshImpl_ConvertAdjacencyToPointReps" there?

Doh! It should have been ID3DXMeshImpl_ConvertPointRepsToAdjacency.
Thanks Henri for spotting that one. It now works as expected :-)



More information about the wine-devel mailing list