IBM / kar

KAR: A Runtime for the Hybrid Cloud
Apache License 2.0
28 stars 11 forks source link

Four small bugs with kar-debugger #345

Open eaepstein opened 2 years ago

eaepstein commented 2 years ago
  1. Missing newline when running kar-debugger vb with no breakpoints set.
  2. kar-debugger kar invoke command says nothing, does nothing, and hangs if the -app {foo} argument is specified
eaepstein commented 1 year ago
  1. A bunch of small ints are dumped when doing "kar invoke".
  2. debugger prints msg and hangs when connection to sidecar is broken. Better would be to just exit. Another choice would be to periodically try to reconnect with a short period, and/or try to reconnect on [empty?] command from stdin.