Dr. Daniel Dizdarevic

Results 16 comments of Dr. Daniel Dizdarevic

Since this project seems to be no longer in development (last commit was 2018), I would suggest to switch to another debugger: https://github.com/daveleroy/sublime_debugger

That sounds great. It's nice to see that you are still improving your awesome plugin. For my part, it already works perfectly fine! 😃

EDIT: Simplified expression with tuple as suggested by @gerardroche below. @Paschalis Thank you for implementing my workaround and for this PR. However, there remain some issues with this solution that...

At least for me, @gerardroche provided some [suitable solutions](https://github.com/SublimeText/LaTeXTools/issues/1329#issuecomment-583572530) for this issue.

I solved this problem for me with some ugly [workaround](https://github.com/dhelonious/LaTeXTools4/commit/ec92530c01d2feaaf68e5aade0b53b56d80ffc09) based on SolidTux's suggestion. This should prevent issues in all reasonable situations.

I can confirm this. The reason is that SublimeJEDI will show docstrings only on scopes `source.python & (variable | entity.name)`. The default Python syntax assings the following scopes to functions:...

@ebr: I actually like to have a separate window for the UI. I would not mind using the `--web` flag if there was an option to automatically open the url...

Thanks, I'll look forward to the update! As a workaround, I downgraded `flaskwebgui` in my virtual env, so that I do not have to make changes that could be overwritten...

Typo... thanks! I corrected this.