-
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.
The sml client Agent destructor calls `KillDebugger` as a precautionary cleanup, though the debugger process may never have been spawned. This lead to hundreds of warnings in the unit tests, where agents are constantly created and destroyed. Users are likely seeing this message in their applications as well. Add an `ignoreNonExistent` parameter to `KillDebugger` that prevents a warning from being printed when the debugger process is not present. Don't expose to SWIG bindings for now, but use it in the Agent destructor, which takes care of spurious warnings. Thanks to Aaron Mininger for reporting.
- Loading branch information
1 parent
ca9cad7
commit 0518713
Showing
2 changed files
with
14 additions
and
5 deletions.
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
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