-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rough draft: allow SpawnDebugger after user close
Previously we would require the user to call KillDebugger() in order to be able to call SpawnDebugger() again, even when the user had manually closed the debugger. Still TODO: * print PID (or Windows equivalent) to help user find process to kill if needed * Check that all error messages are okay * Test on Windows * Note required manual test: ```python import Python_sml_ClientInterface as sml k = sml.Kernel.CreateKernelInNewThread() a = k.CreateAgent("hi") a.SpawnDebugger() a.SpawnDebugger() False a.SpawnDebugger() ``` See #483.
- Loading branch information
1 parent
6198d85
commit 9c2e4f7
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters