Skip to content

Custom Debug Adapter Protocol Server#66

Open
rmadsen-ks wants to merge 3 commits into
devfrom
customDebugServer2
Open

Custom Debug Adapter Protocol Server#66
rmadsen-ks wants to merge 3 commits into
devfrom
customDebugServer2

Conversation

@rmadsen-ks

@rmadsen-ks rmadsen-ks commented Nov 16, 2022

Copy link
Copy Markdown
Contributor

Added a custom debugging server to replace pydebug. This has the advantage that we can control which threads are being enablet by settrace and we dont have to call extremely slow python code whenever we think we might need to call settrace.

This fixes the issue we had related to debugging not working before calling 'debug_this_thread.'

Close #67

Added a custom debugging server to replace pydebug. This has the advantage that we can control which threads are being enablet by settrace and we dont have to call extremely slow python code whenever we think we might need to call settrace.

This fixes the issue we had related to debugging not working before calling 'debug_this_thread.'
@kaushik-keysight

Copy link
Copy Markdown

Hi, @rmadsen-ks Is this ready to be merged?

@kaushik-keysight

Copy link
Copy Markdown

@rmadsen-ks Multiple customers are waiting for a fix for a more reliable debugging experience with Python. Is there any way we can get this or other debugging-related issues prioritized?
@bdirenzo-keysight

@rmadsen-ks

Copy link
Copy Markdown
Contributor Author

@rmadsen-ks Multiple customers are waiting for a fix for a more reliable debugging experience with Python. Is there any way we can get this or other debugging-related issues prioritized? @bdirenzo-keysight

Hi @kaushik-keysight, this still needs some work, my estimate is at least a few weeks of effort. It is quite a big change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Intermittent Remote debugging issues

2 participants