Skip to content

Commit 9926bf0

Browse files
committed
Added linebreaks before images in README to force them onto next line
1 parent d6b4753 commit 9926bf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,19 @@ npm start
4545
**Troubleshooting**
4646

4747
If you are using Visual Studio Code v1.56.x or older, you may find that the breakpoint in `renderer.ts` is not hit and marked as unbound instead:
48+
4849
![Unbound Breakpoint](./docs/media/unbound_breakpoint.png)
4950

5051
This is because of a [bug](https://github.com/microsoft/vscode/issues/123420) in the internal JavaScript debugger. As a workaround, you can either update to the latest version of Visual Studio Code, or use the "Debugger for Chrome" extension:
5152
- Install the "Debugger for Chrome" extension v4.12.12
53+
5254
![Debugger for Chrome](./docs/media/install_debugger_for_chrome.png)
5355
- In `.vscode/launch.json`, change the renderer configuration type from `pwa-chrome` to `chrome`
5456
- Change settings to prevent the "Debugger for Chrome" extension from using the internal Javascript debugger:
5557
- Open Settings (<kbd>Ctrl+,</kbd>)
5658
- Search for `debug.javascript.usePreview`
5759
- Set option to false
60+
5861
![Disable Preview JavaScript Debugger](./docs/media/disable_preview_javascript_debugger.png)
5962

6063
When you run the "Electron: All" configuration the next time, the breakpoint should be hit.

0 commit comments

Comments
 (0)