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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
We should add an API to do the stop on entry in PyDevdAPI.
There is actually a command CMD_STOP_ON_START already (implemented in PyDevdAPI.cmd_stop_on_start) -- it should use the new API (not sure why ptvsd wasn't using it already).
Processing the debug adapter settings (in _PyDevJsonCommandProcessor._set_debug_options) should use the new API.
-- if you want to implement this along with that change, feel free to do it ;)
* Ensure that stopped reason is 'entry' for stop on entry.
* Update cython wrappers
* Revert "Update cython wrappers"
This reverts commit d98efe2.
* Generate .pyx and .c files.
* Update name
* .
* Update tests
* preserveFocusHint should be false for `entry`
* Fix#1418 and clean up
* Add log message if no main thread is found
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Blocked by:
#1387
#1413
The text was updated successfully, but these errors were encountered: