Anton

Results 15 comments of Anton

I tried to fix this in https://github.com/dvorka/mindforger/commit/1ab6ef250e8a7236b443b082730f3ec3d7795e7f I might have placed code not in the correct class, though... This change also allows further improvements, like not asking when pressing [Esc]...

May I propose use of saveGeometry / restoreGeometry ? example in: https://github.com/omgtehlion/mindforger/commit/9a4920fa337b326bb051f4f2b0d2acff45b48eaa These methods seem to save/restore maximized state too. By default window opens maximized, on the next close your...

Well, according to the spec, if I read it correctly, PI which is **XML declaration** must be only ?xml (lowercase), but in other **Processing instructions** names like xml and XML,...

Currently, in Options→Environment→Keyboard you can bind command Debug.Node.Start to F5 key. For NodeJS projects this will start node, and for other projects a normal debugger will start as usual. Starting...

Hello! I cannot reproduce this bug. Do you have some code inside the function? Do you set a breakpoint on that code?

Thank you! I'll look into these issues soon. Could you provide some details on the second issue? These files are your project files or builtin libraries?

I tried to reproduce this issue with simple program and have not succeeded, everything worked fine. Could help me investigating this more? 1. What version of extension are you using?...

Thank you for detailed response. Unfortunately I still cannot reproduce this issue on my machine. But I have received similar bugreport from another person. I am going to add logging...

Hello! Sorry for very long delay. Please try the latest version from my “master” branch. Logs can be found in %LOCALAPPDATA%\NodeVsDebugger\logs I hope this will make things clear.