XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Exception running in VS2013 64bit when opening scheme dialog #109

Closed kofifus closed 9 years ago

kofifus commented 9 years ago

To reproduce simply open the solution in VS2013, change to x64, build, run, press F12

I get 'Notepad2.exe has trigerred a breakpoint'

If I click Break it stops in ntdll.dll If I continue it seems to work fine but not sure.

This happens in x64 debug & release but not in x32 debug or release

XhmikosR commented 9 years ago

I'm aware of this, but I couldn't figure out why this happened. PR is welcomed.

vitallium commented 9 years ago

It's ok. F12 causes the debuggee to break when the app has focus. You can read more here: https://support.microsoft.com/en-us/kb/130667

XhmikosR commented 9 years ago

Duh, indeed, thanks!