mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #351] How to debug? #264
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tupyy on GitHub (Oct 11, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/351
Hello.
Great work!! I'm using tview to create a simple app with one TextView and a Table.
I'm trying to display large log files in the TextView and I'm doing this from go routine.
My problem is I don't know how to debug the app. Every time when I'm trying to debug it crashes.
I tried delve alone (not passing by vs code debugger or vim-go) with no success.
Could you point me in the right direction please?
Thanks
Cosmin
@Bios-Marcel commented on GitHub (Oct 11, 2019):
Can you show any error output?
@tupyy commented on GitHub (Oct 11, 2019):
There's no output.
It just freeze but I've found the
headlessoption in delve.I'll try and let you know how it goes.
@tupyy commented on GitHub (Oct 11, 2019):
I confirm that the debug must be done as:
delve --headless debug module.It is not an issue of tview.