mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
19 lines
821 B
HTML
19 lines
821 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!-- gdhelp_en.qdoc -->
|
|
<title>11 Debug mode | GoldenDict</title>
|
|
<link rel="stylesheet" type="text/css" href="style/offline.css" />
|
|
</head>
|
|
<body>
|
|
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
|
|
<h1 class="title">11 Debug mode</h1>
|
|
<!-- $$$debug.html-description -->
|
|
<div class="descr" id="details">
|
|
<p>To turn on debug mode launch GoldenDict with "--log-to-file" command line key. In this mode GoldenDict creates in configuration folder the "gd_log.txt" and store various warnings, errors and debug messages in it. If GoldenDict started without this key all messages will be output to console (under Linux and MacOS) or ignored (under Windows).</p>
|
|
</div>
|
|
<!-- @@@debug.html -->
|
|
</body>
|
|
</html>
|