Skip to content
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

Closed
Jack-Works opened this issue Nov 19, 2016 · 3 comments
Closed

C++ Runtime Error when debuging #847

Jack-Works opened this issue Nov 19, 2016 · 3 comments

Comments

@Jack-Works
Copy link

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

var Canvas = require('canvas');
var Image = Canvas.Image // Make a breakpoint on this line, I use Visual Studio Code to do this

Your Environment

  • Version of node-canvas: 1.6.2
  • Environment (e.g. node 4.2.0 on Mac OS X 10.8): Windows 10, Node 6.9

image

Thanks

@zbjornson
Copy link
Collaborator

This might be fixed by #808, if you feel like testing that branch.

@Jack-Works
Copy link
Author

Cool, thanks!

@zbjornson
Copy link
Collaborator

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants