-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ Runtime Error when debuging #847
Comments
This might be fixed by #808, if you feel like testing that branch. |
Cool, thanks! |
Just tested, this is fixed by #808. |
zbjornson
added a commit
to zbjornson/node-canvas
that referenced
this issue
Sep 3, 2017
Accessors should not attempt to unwrap the non-existent 'this' when accessed via the prototype. Fixes Automattic#803 Fixes Automattic#847 Fixes Automattic#885 Fixes nodejs/node#15099
zbjornson
added a commit
to zbjornson/node-canvas
that referenced
this issue
Sep 3, 2017
Accessors should not attempt to unwrap the non-existent 'this' when accessed via the prototype. Fixes Automattic#803 Fixes Automattic#847 Fixes Automattic#885 Fixes nodejs/node#15099
zbjornson
added a commit
to zbjornson/node-canvas
that referenced
this issue
Sep 4, 2017
Accessors should not attempt to unwrap the non-existent 'this' when accessed via the prototype. Fixes Automattic#803 Fixes Automattic#847 Fixes Automattic#885 Fixes nodejs/node#15099
zbjornson
added a commit
to zbjornson/node-canvas
that referenced
this issue
Sep 11, 2017
Accessors should not attempt to unwrap the non-existent 'this' when accessed via the prototype. Fixes Automattic#803 Fixes Automattic#847 Fixes Automattic#885 Fixes nodejs/node#15099
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue or Feature
If I debug my js with a debugger, and I set a breakpoint, then the node-canvas fail and let the whole node fail
Steps to Reproduce
Your Environment
Thanks
The text was updated successfully, but these errors were encountered: