dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

breakpoints are not visible for some users #781

Open devoncarew opened 8 years ago

devoncarew commented 8 years ago

@johnmccutchan, can you add some details here? Specifically, which atom theme you are using (UI and editor themes), and what other settings you have that might impact the line number column. You can see all your settings in your config.cson file, available from Atom > Config. Thanks!

devoncarew commented 8 years ago

ping @johnmccutchan

johnmccutchan commented 8 years ago

UI Theme: Atom Material Syntax Theme: One Dark

"*":
  _dartlang:
    _errorsInitialized: true
    _errorsInitialized2: true
    _firstRun: true
    _initialized: true
    _initializedSymLinks: true
    _version: "0.6.0"
  _flutterAnalytics:
    clientId: "16761b46-e242-44bd-afec-f8603f5745b7"
    optIn: true
  "atom-material-ui":
    compactTreeView: true
    depth: true
    panelContrast: true
    slimScrollbar: true
    useRoboto: true
  "autocomplete-clang":
    clangCommand: "clang-3.6"
    "std c++": "c++03"
  "autocomplete-plus":
    autoActivationDelay: 500
    enableAutoActivation: false
  "autocomplete-python": {}
  core:
    autoHideMenuBar: true
    followSymlinks: false
    projectHome: "/usr/local/google/home/johnmccutchan/workspace/"
    themes: [
      "atom-material-ui"
      "one-dark-syntax"
    ]
  dartlang:
    logging: "finer"
    sdkLocation: "/usr/local/google/home/johnmccutchan/dart-sdk/"
    showOutlineView: false
    showTodos: false
    useErrorsView: false
  editor:
    fontSize: 17
    invisibles: {}
    showInvisibles: true
    softTabs: false
  "exception-reporting":
    userId: "9d354d8d-0bd6-af4a-910d-11cf68daae92"
  flutter:
    flutterRoot: "/usr/local/google/home/johnmccutchan/flutter"
  "git-diff":
    showIconsInEditorGutter: true
  linter:
    showErrorTabFile: false
    showErrorTabProject: false
  minimap:
    absoluteMode: true
    plugins:
      "find-and-replace": true
      "git-diff": true
  welcome:
    showOnStartup: false
".dart.source":
  editor:
    showIndentGuide: true