c# - External Terminal / Debug outside the IDE -
i'm starting use xamarin studio, , migrating vs it, when try run console application (the unique 1 loaded @ moment), fails , throws exception in console.clear() (supposing can't in integrated debugger), thought 1 way solve compiling , running it, visual studio does, , debug application outside ide, can't figure out how. tell me how solve problem? thanks.
edit: reason, runs in embedded window when selecting release, can't read input, gets stuck.
you need set project option have run console app in external console:
xamarin studio:
project options / run / general / run on external console
visual studio mac:
project options
/ run
/ configurations
/ default
/ run on external console
Comments
Post a Comment