Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个导致 CPU 窗口出现的未知问题。我已经在源中进行了跟踪,以将问题定位到对 MMSYSTEM 的调用:
FError := midioutClose(FMidiHandle); function midiOutClose; external mmsyst name 'midiOutClose';
我从来没有精通 CPU 调试器。没有符号,我无法知道它在告诉我什么。
任何人都可以向我指出如何使用调试器的 CPU 窗口来查找此类问题的教程吗?