ChakraCore
ChakraCore copied to clipboard
How can I debug ch.exe ?
Hi
I'm trying to debug the ch.exe file in Visual Studio, but it crashes immediately and I couldn't find any Wiki/Tutorial on that. is this a known issue? or there anything related to that?
Regards, Moshe
It shouldn't crash; I'm afraid I've never used the Visual Studio debugger, @fatcerberus do you have any experience/thoughts on this?
Hi After investigating it seems that the reason is because in the properties the debug is defined as script and not native. Changing that will fix it.
Just out of curiosity what debugger do you use?
I primarily develop in VSCode on a mac; I debug with GDB via the CPP add on.
@mosheDO Did you get it to work?
Yes, sorry for not closing
No problem! Good to know you could solve your issue 😊
@ShortDevelopment
Just out of curiosity is there any planning to add some new JS features such as BigInt for example?