Starcounter / Starcounter.VisualStudio

Starcounter Visual Studio development support
0 stars 0 forks source link

Allow selecting a database to run in #19

Closed joozek78 closed 7 years ago

joozek78 commented 7 years ago

Running application from VS always uses default database. It makes it unusable in case you use multiple databases. That should be an easily changeable option. It would be best if it could appear (only if there are multiple dbs) beside other debugging options in VS: image

per-samuelsson commented 7 years ago

You can do this by using Project properties | Debug | Command-line options. It accept basically everything star.exe does, including -d=mydb.

joozek78 commented 7 years ago

Great! I'll add an issue for easy switcher! it's easy enough as it is :)