remove pointless bothering message
This commit is contained in:
parent
7d3af848cf
commit
45a8176de3
2 changed files with 1 additions and 5 deletions
|
|
@ -110,7 +110,6 @@ class CodeView( object ):
|
|||
self._UndisplaySigns()
|
||||
self._breakpoints = defaultdict( list )
|
||||
|
||||
|
||||
def ShowBreakpoints( self ):
|
||||
self._UndisplaySigns()
|
||||
|
||||
|
|
|
|||
|
|
@ -218,11 +218,8 @@ class DebugSession( object ):
|
|||
self._logger.info( 'Debug Adapter Started' )
|
||||
|
||||
|
||||
def _ConfigurationDone( self ):
|
||||
utils.UserMessage( "Debug adapter ready" )
|
||||
|
||||
def _Initialise( self ):
|
||||
self._connection.DoRequest( lambda msg: self._ConfigurationDone(), {
|
||||
self._connection.DoRequest( None, {
|
||||
'command': 'initialize',
|
||||
'arguments': {
|
||||
'adapterID': self._configuration[ 'adapter' ].get( 'name', 'adapter' ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue