Skip to content

Conversation

@rmadsen-ks
Copy link
Contributor

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

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

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

@kaushik-keysight
Copy link

@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
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

3 participants