Mono-D debugger bug
lial
lialsoftlab at yandex.ru
Sun Feb 23 18:50:45 PST 2014
Hi!
I have trouble to run in debug mode in MonoDevelop
When I hit F5 I'm getting:
MonoDevelop.Debugger.Gdb.GdbException: Undefined command: "".
Try "help".
at MonoDevelop.Debugger.Gdb.GdbSession.RunCommand
(System.String command, System.String[] args) [0x00000] in
<filename unknown>:0
at MonoDevelop.Debugger.Gdb.GdbSession.OnRun
(Mono.Debugging.Client.DebuggerStartInfo startInfo) [0x00000] in
<filename unknown>:0
at
Mono.Debugging.Client.DebuggerSession+<Run>c__AnonStorey6.<>m__3
() [0x00000] in <filename unknown>:0
And in Application Output window:
\357\273\277-inferior-tty-set /dev/pts/2
Undefined command: \"\". Try \"help\".
Where \357\273\277 is unicode byte order mark.
The same result i'm got when created and run "hello world" C
console project.
If I disabled "D Language debugging support" plugin everything
went ok.
More information about the Digitalmars-d-ide
mailing list