How to do single-step debugging while testing?

Henri Verbeet hverbeet at gmail.com
Fri Jun 24 08:55:55 CDT 2011


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?



More information about the wine-devel mailing list