Emad Elsaid

Results 46 comments of Emad Elsaid

Yeah that was one of the reason I didn't have that template, I'm not sure how to have space for the file name without colliding with the siblings, can you...

One thing I can do is show how other applications display arabic/english mixed content: - This is an example file: [arabic.txt](https://github.com/cmuratori/refterm/files/6804288/arabic.txt) - In Emacs lines starting in arabic will be...

@suchitgupta01 I'm guessing it's a machine specific issue as it works for @rafaels88

@christhomas I want to make sure of something, which OS are you using as I have the same problem and I suspect it's because I'm running on OSX Seirra.

There is pagination implemented in user page to show more of his functions and saved functions, that could be also used in the timelines controller On Mon, Apr 13, 2020,...

@ahmadabdelhalim nice, I'll wait for a PR then :smiley:

the main file that control the debugger is here: https://github.com/emad-elsaid/debugger/blob/master/debugger.go it include all functions that add/remove/toggle/list breakpoints. stop/continue/start/pause the program. I would try to do the same to a stopped...

I have updated the dependencies. and fixed the issue with breakpoints. The issue is that we can't change/read breakpoints for a running program. it has to be stopped. and we...

There is something that delve doesn't allow which is getting stacks while the application is running and some other stuff, and if I tried that the debugger process panics. I...

no worries, we're all busy. take care. I'll wait for your input when you have some time :wave: