typescript-notebook icon indicating copy to clipboard operation
typescript-notebook copied to clipboard

Better error reporting?

Open ryantheleach opened this issue 3 years ago • 5 comments

When playing around with some cells in this notebook, I am not getting any actionable compilation / runtime errors.

I get line numbers, but not the reasons: image

ryantheleach avatar Aug 03 '22 21:08 ryantheleach

I am having this strange issue where there is no error output at all: image

also not in the terminal / output etc, no error reporting, really unworkable. Thought this was working propperly a couple months ago but unsure if I broke something.

riekusr avatar Dec 25 '22 21:12 riekusr

hello, any updates for this?

i found a way if i am desperate, i can wrap the cell inside try catch, see below, but that is quite uncomfortable not to have the error message by default Screenshot 2023-10-13 at 12 43 37 Screenshot 2023-10-13 at 12 43 57

idpsycho avatar Oct 13 '23 10:10 idpsycho

issue is also mentioned here: https://github.com/DonJayamanne/typescript-notebook/issues/51 and here: https://github.com/DonJayamanne/typescript-notebook/issues/65

idpsycho avatar Oct 13 '23 10:10 idpsycho

+1

azhong-git avatar Nov 15 '23 22:11 azhong-git

Name and message are missing and only stack is displayed.

"name": "Error",
	"message": "sdf"

Screencast from 11-30-2023 11:01:04 AM.webm

velen-lqc avatar Nov 30 '23 07:11 velen-lqc