SHow the output in the console, as this is where codelldb puts it

This commit is contained in:
Ben Jackson 2021-08-03 17:29:55 +01:00
commit 57ce099280

View file

@ -32,6 +32,7 @@ class TabBuffer( object ):
BUFFER_MAP = {
'console': 'Console',
'stdout': 'Console',
'output': 'Console',
'stderr': 'stderr',
'telemetry': None,
}