How to use the CPU window for debugging in D7

荒凉一梦 提交于 2019-12-07 18:26:14

问题


I have an unknown issue that causes the CPU window to appear. I have traced in the source to localize the problem to a call to MMSYSTEM:

FError := midioutClose(FMidiHandle); 

function midiOutClose; external mmsyst name 'midiOutClose';

I have never become proficient with the CPU debugger. There are no symbols, and I have no way of knowing what it is telling me.

Can anybody point me to a tutorial on how to use the CPU window of the debugger to find this sort of problem?

来源:https://stackoverflow.com/questions/11705155/how-to-use-the-cpu-window-for-debugging-in-d7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!