mcdis / SharpChakra

Slim managed any cpu .net wrapper of Microsoft.ChakraCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I debug the js code ?

DrEight opened this issue · comments

Can I attach a debugger and set breakpoints ?

commented

Hi, yes you can but after 3.0 release
I'm already wrap some diag functions:

  • JsDiagStartDebugging
  • JsDiagStopDebugging
  • JsDiagSetBreakpoint
  • JsDiagRequestAsyncBreak
  • JsDiagGetBreakpoints
  • JsDiagRemoveBreakpoint
  • JsDiagGetScripts

you can look at debug sample (Sample.Debugging) in dev/3.0 branch