Using Process Explorer as the debugging tool/de: Difference between revisions

From Miranda NG
Using Process Explorer as the debugging tool/de
Jump to navigation Jump to search
(copy for import purpose)
 
(Updating to match new version of source page)
Line 1: Line 1:
Wenn Miranda NG einfriert oder ohne Grund eine ungewöhnlich hohe CPU-Auslastung verursacht, können Sie den Grund mit Process Explorer herausfinden.
<languages/>{{PageLang|en}}{{Languages/Process Explorer}}
If Miranda NG freezes, hangs up or consumes CPU without a reason, you may investigate the case using Process Explorer tool.


Gehen Sie folgendermaßen vor:
All you need to do is the following:
* Laden Sie [https://technet.microsoft.com/de-de/sysinternals/bb896653.aspx Process Explorer von Microsoft] herunter. Starten Sie <tt>procexp.exe</tt> und akzeptieren Sie die Lizenzvereinbarung (Schaltfläche ''Agree'' im Dialogfeld).
* Download [https://technet.microsoft.com/en-us/sysinternals/bb896653 Process Explorer] from Microsoft website. Run <tt>procexp.exe</tt> and accept license agreement by clicking ''Agree'' button.
* Laden Sie die [[Herunterladen|Debugsymbole für Miranda NG]] in der jeweils aktuellen Version herunter und entpacken Sie diese in einem geeigneten Pfad (bspw. im Miranda-Programmverzeichnis).
* Download [[Special:MyLanguage/Download#Debug_symbols | Miranda NG debug symbols]] '''corresponding to your current Miranda version'''. Extract the symbols to any directory on your computer (Miranda main folder will do).
* Geben Sie den obigen Pfad mit den Debugsymbolen in den Einstellungen des Process Explorers ein (''Options → Configure Symbols'') (Bild 1).
* Point Process Explorer to the debug symbols using ''Options → Configure Symbols'' (Screen 1).
* Wählen Sie im Process-Explorer-Fenster im Kontextmenü der <tt>miranda32[64].exe</tt> den Menüpunkt ''Properties…'' (Bild 2)
* In Process Explorer pick up Miranda process, right-click it and select ''Properties…'' (Screen 2).
* In dem Fenster das sich öffnet, wählen Sie auf dem Tab ''Threads'' den Hauptthread. Unter Windows 7 heißt dieser <tt>miranda32[64].exe!wWinMain</tt> (Bild 3).
* On ''Threads'' tab in the window that will pop up select the main thread. Under Windows 7 its name looks like <tt>miranda32[64].exe!wWinMain</tt> (Screen 3).
* Drücken Sie auf die Schaltfläche ''Stack'', so wird ein Pop-up-Fenster mit den Informationen, welche die Entwickler benötigen, geöffnet.
* Clicking ''Stack'' button will open the window containing the information which you may copy and attach to your bug report.


Bild 1: Geben Sie den Pfad zu den Debugsymbolen an
<gallery widths="200px">
Bild 2: Klicken Sie im Kontextmenü auf ''Properties''
File:Process Explorer 01.png|Screen 1: Point Process Explorer to debug symbols
Bild 3: Wählen Sie den Hauptthread und klicken Sie auf ''Stack''
File:Process Explorer 02.png|Screen 2: Select ''Properties…'' of Miranda process
File:Process Explorer 03.png|Screen 3: Select main thread and click ''Stack''
</gallery>


== Siehe auch ==
== See also ==
* [[Special:MyLanguage/Reporting bugs]]
 
[[Category:Help]]

Revision as of 21:18, 5 April 2018

Other languages:

Template:Languages/Process Explorer

If Miranda NG freezes, hangs up or consumes CPU without a reason, you may investigate the case using Process Explorer tool.

All you need to do is the following:

  • Download Process Explorer from Microsoft website. Run procexp.exe and accept license agreement by clicking Agree button.
  • Download Miranda NG debug symbols corresponding to your current Miranda version. Extract the symbols to any directory on your computer (Miranda main folder will do).
  • Point Process Explorer to the debug symbols using Options → Configure Symbols (Screen 1).
  • In Process Explorer pick up Miranda process, right-click it and select Properties… (Screen 2).
  • On Threads tab in the window that will pop up select the main thread. Under Windows 7 its name looks like miranda32[64].exe!wWinMain (Screen 3).
  • Clicking Stack button will open the window containing the information which you may copy and attach to your bug report.

See also