Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

"Run Code" should be implemented based on DAP (Debug Adapter Protocol) #4

Open
tokoro10g opened this issue Jun 17, 2019 · 5 comments
Open

Comments

@tokoro10g
Copy link
Owner

Details:
https://microsoft.github.io/debug-adapter-protocol/

lsp4j supports DAP:
https://github.com/eclipse/lsp4j

@minkir014
Copy link

You can use gdb as a debugger and do like Native Debug extension does

https://marketplace.visualstudio.com/items?itemName=webfreak.debug

@tokoro10g
Copy link
Owner Author

@minkir014
No, because MATLAB script can only be executed on MATLAB engine, your suggestion does not apply.
The implementation might be a useful reference though.

@minkir014
Copy link

You have two ways for doing that first you could compile matlab to c files and debug it with gdb see here.

You have another solution and it's the hardest that you should debug matlab over the matlab interactive terminal by sending commands to tell it where to stop and if to continue or to step into function. Tell me which one do you prefer??

@minkir014
Copy link

@tokoro10g, Any new news? Have you decided which way of the ways I have mentioned you want to implement????

@tokoro10g
Copy link
Owner Author

tokoro10g commented Jul 19, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants