Keyboard response VERY slowly when debugging TypeScript in Visual Studio -


i have created simple typescript project in visual studio , i'm using vs debug in internet explorer.

i can set breakpoints, modify code, add/remove files without problems before starting debugging, when debugger running keyboard responds incredibly - on order of 4-5 seconds type single character. pressing shortcut key won't respond long time, , extends in os. however, ui not hang, , can still interact mouse without delay.

stopping debugging resolves issue instantly.

example: if press f9 enable or disable breakpoint, can enable , disable manually mouse (by clicking in margin) multiple times instantly. after stop, f9 received , breakpoint toggle again.

example: open notepad, type word no problems. start debugging, switch notepad, , hit 3 characters wait 5 seconds each character appear.

any thoughts? there configuration in vs need check. ie configuration that's causing problems? couldn't debugging working chrome through visual studio can't confirm if experiences same issue.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -