Issue Tracker Guidelines » History » Version 13
Roel Standaert, 05/12/2017 02:22 PM
1 | 1 | I. Lazaridis | h1. Issue Tracker Guidelines |
---|---|---|---|
2 | |||
3 | 13 | Roel Standaert | * You file new Issues with the "New issue":/projects/wt/issues/new entry in the main menu |
4 | * Give enough context and version information |
||
5 | * Preferably, provide a test case that isolates the issue. This helps tremendously in tracking down the cause. Often, 90% of the work is reproducing the issue. |
||
6 | * If your issue was closed or rejected, do not file a new one: |
||
7 | ** You can still comment on a closed/rejected issue. |
||
8 | ** You can open a topic on the forum and discuss the issue with other users. |
||
9 | * File one issue for each Bug/Feature/Request you have (do not combine them) |
||
10 | ** Negative Example: #2856 |
||
11 | 1 | I. Lazaridis | |
12 | 13 | Roel Standaert | h2. How to create a HAR file |
13 | 1 | I. Lazaridis | |
14 | 13 | Roel Standaert | When debugging a (usually network related) issue that's difficult to reproduce, a Wt developer may ask you to provide a HAR file to help with debugging. HAR (HTTP archive) files contain a full log of HTTP requests and responses. Many browsers support creating these HAR files. This section explains how to do this for several common browsers. |
15 | 1 | I. Lazaridis | |
16 | 13 | Roel Standaert | NOTE: HAR files may contain sensitive information, so you should make sure that when you reproduce the issue, you don't send or receive any sensitive info. You could also opt to send the HAR file to the developer directly. |
17 | 2 | I. Lazaridis | |
18 | 13 | Roel Standaert | h3. Microsoft Edge |
19 | 5 | I. Lazaridis | |
20 | 13 | Roel Standaert | Open the developer tools with F12, and browse to the network tab. Perform the steps necessary to reproduce the issue (preferably start with a fresh instance). Now, you can save the log as a HAR file with Ctrl+S (or clicking the floppy disk (💾) icon). |
21 | 1 | I. Lazaridis | |
22 | 13 | Roel Standaert | h3. Firefox |
23 | 1 | I. Lazaridis | |
24 | 13 | Roel Standaert | Open the network tab (Ctrl+Shift+Q or open menu -> Developer -> Network). Perform the steps necessary to reproduce the issue (preferably start with a fresh instance). Now, you can save the log as a HAR file with right click -> Save All As HAR. |
25 | |||
26 | h3. Chrome |
||
27 | |||
28 | Open developer tools (F12, Ctrl+Shift+I, or open menu -> More tools -> Developer tools). Perform the steps necessary to reproduce the issue (preferable start with a fresh instance). Now you can save the log as a HAR file with right click -> Save as HAR with Content. |