You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @matthiasblaesing I'm finishing a 3rrd party plugin which should run and debug npm scripts from the package.js file
Run is working, debug is not working.
First I didn't know the corect typeid. I looked into the code of #4220 and it seems that it is this ID to call programmatically. "javascript-cdtdebuginfo". The next problem here is, that I need to call DebuggerInfoCreate and hand over the instance of CDTDebugger into the objects argument which is not possibe, due to private packaging the CDTDebugger. Is this correct? Do you have a better approach for me or a hint what I could do?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey @matthiasblaesing I'm finishing a 3rrd party plugin which should run and debug npm scripts from the package.js file
Run is working, debug is not working.
First I didn't know the corect typeid. I looked into the code of #4220 and it seems that it is this ID to call programmatically. "javascript-cdtdebuginfo". The next problem here is, that I need to call DebuggerInfoCreate and hand over the instance of CDTDebugger into the objects argument which is not possibe, due to private packaging the CDTDebugger. Is this correct? Do you have a better approach for me or a hint what I could do?
Thx
Beta Was this translation helpful? Give feedback.
All reactions