Added a new function call for DebugNode function and the corresponding JS callback to go check the type of the debug point and its validity. The JS callback can then decide the corresponding C# Debugging APIs to call.
Will add in upcoming PRs:
Add the Javascript call back to add probe and breakpoint at run time in another PR.
Added a new function call for DebugNode function and the corresponding JS callback to go check the type of the debug point and its validity. The JS callback can then decide the corresponding C# Debugging APIs to call. Will add in upcoming PRs: