Rongjian Zhang

Results 166 comments of Rongjian Zhang

Hi, @SoulMelody @DuBistKomisch , thanks for you suggestion! Debugtron is a desktop app now! Support for linux is working in progress

The latest v0.3.1 already supports Linux, which could be downloaded from [releases page](https://github.com/bytedance/debugtron/releases). Currently we only have zip file bundle. Other bundle formats like deb and rpm are coming soon.

@DuBistKomisch Thanks for your quick feedback! Electron apps detection is not ready at Linux, because there are so many Linux distributions, and their application installed paths seems quite different. It...

@DuBistKomisch Seems there are two separated problems: * VSCode is not working, because after `/usr/bin/code` command executed, the current process will quit and the VSCode processes will be running in...

@DuBistKomisch Debugtron relies on `--inspect` switch of Node.js. Tried to run your app with `--inspect` and seems no inspect session started. Which packager are you using?

It seems related to https://github.com/sveltejs/rollup-plugin-svelte/issues/181

Sorry for the late response. Have seen the effect at https://deploy-preview-123--bytemd.netlify.app/, great! I think we may have a few more things to consider, to move this forward - The border...

Encountered this issue +1. The implementation in `gen.tsx` file seems not necessary since we already have `bs.js` shipped. Is there any plan? I'm glad to help if the objective is...

This PR also seems to fix #3000 Is there anything I can do to help?

Yeah, maybe it's clearer to split it into two topics: The first topic is about *customized encode/decode*, as the title suggests. For example: ```res type file = { size: int...