-
**For Android:**
use Chrome debug protocol. To find the `remote-debugging-port` use `adb -s emulator-5554 forward --list`.
Sample output is
```emulator-5554 tcp:8200 tcp:6790
emulator-5554 tcp:…
-
This is a very useful flag for debugging. With #294 and #296 it isn't strictly necessary, since the user can just set it manually via the dev tools, but it's much easier to set it via the command-line…
-
### What would you like?
The DevTools Performance profiles can be really helpful for debugging performance issues. Unfortunately this means a user has to *make it* to DevTools Performance tab, star…
-
I am trying to use different version of **electron-prebuilt-compile** which has chrome version 51. So I am doing **npm uninstall** first version of **electron-prebuilt-compile** (1.6.11) and **npm ins…
-
I want to debug with vscode, i got the main process to work but not the renderer process
config:
```json
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
…
-
Before they solve this, it's really tricky to support firefox and chrome at the same time for a statically typed language like Golang or Java:
https://bugzilla.mozilla.org/show_bug.cgi?id=1661390
-
First off, here's my environment.
```
OS: Arch Linux x86_64
Kernel: 6.8.5-arch1-1
DE: KDE Plasma 6.0.3
WM: KWin (Wayland)
# pacman -Qs kime
local/kime-git 3.0.2.r9.gf82ce41-1
Korean IME…
-
* RPC 的概念在前端应用还是比较广泛的
* VSCode 的 [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) 的协议定义上更加丰富
* 大部分并没有严格遵守:[JSON-RPC 2.0 Specification](https://www.jsonrpc.org/specificat…
-
### Steps to reproduce
1. Connect a physical Android device to debug
2. Leave it there unattended for some time until it shows on `flutter doctor -v` that it is offline (maybe only happens on wifi…
-
From Mike Kaufman
>Hey Kenneth – just installed new version of VS code yesterday and now I can’t set breakpoints. I see this in my output:
```
Debugging with inspector protocol because Node.j…