Jonas Kello

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
-
-
Jonas Kello created a post, Make Webstorm find tsd.d.ts without refering to it in every .ts file
I use tsd to install Typescript definition files. It creates a singel tsd.d.ts file which holds all references.When I run:tsc --noemiton the command line, all works fine.Then I configure Webstorm t... -
Jonas Kello created a post, Webstorm 9 RC 134.109 Dart Exception Breakpoints
I am trying to make Webstorm 9 debugger break when Dart throws an exception. I have tried to activate Run > View Breakpoints > JavaScript Exception Breakpoints but it seems to have no effect on Da... -
-
Jonas Kello created a post, Debug Dart server and client
Hello!I have a project in Dart which contains both a client part and a server part. The client part is a GUI that calls into the server part that is a REST service hosted by the Dart web-server usi...