microsoft / Chakra-Samples

Repository for Chakra JavaScript engine related samples.
MIT License
216 stars 84 forks source link

JS Debugging #9

Closed SrinivasGourarum closed 8 years ago

SrinivasGourarum commented 8 years ago

When trying to debug the js code, upon expanding the tool tip for "prototype" of an object, the application is terminating as in the attached image. There are forty to fifty properties defined on the object's prototype which in turn trigger the getter callback and gather the info from c# code. However, each of the properties is accessible when accessed individually. Is this expected? If so, it would have been convinient if prototype did not show up as the application terminates if prototype is expanded accidentally. apptermination

liminzhu commented 8 years ago

Thanks for the feedback :). The application is not supposed to hang while expanding the tooltip. Is this an recurring issue?

SrinivasGourarum commented 8 years ago

Surprisingly, I am unable to reproduce the issue now. I will see if I can identify what code change has fixed it!!!!!!!!

liminzhu commented 8 years ago

Thanks :+1:.