[MonoDevelop] MD 2.0 Beta 2 (1.9.3) Debugger with source lines?

JackBak jbakeman at indra.com
Tue Mar 24 10:11:52 EDT 2009



Lluis Sanchez Gual wrote:
> 
> Which mono version do you have?
> Can you try running the debugger from the command line? for example:
>> mdb test.exe
>> b MainWindow.cs:22
>> run
>> continue
>> list
> 
> do you get source code lines in this case?
> 

The mono-complete version is 2.4-19.1 (x86_64)

No, I get no source code lines, here is the output from the CLI


jack at openSuse-dev1:~/CSharp/TestProj/Test01/Test01> mdb
./bin/Debug/Test01.exe
Mono Debugger
(mdb) b MainWindow.cs:22
Breakpoint 2 at MainWindow.cs:22
(mdb) run
Starting program: ./bin/Debug/Test01.exe 
Thread @1 stopped at #0: 0x7fff1fb00631.
0x7fff1fb00631	add    %al,(%rax)
(mdb) continue
Thread @1 received signal 11 at #0: 0x7fff1fb00631.
0x7fff1fb00631	add    %al,(%rax)
(mdb) list
(mdb) 


Thanks

-- 
View this message in context: http://www.nabble.com/MD-2.0-Beta-2-%281.9.3%29-Debugger-with-source-lines--tp22437109p22681254.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list