~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-02-05 10:49:36 UTC
  • mto: (10.3.1)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20120205104936-4ujoylapu24cquuo
Tags: upstream-2.8.6.3+dfsg
ImportĀ upstreamĀ versionĀ 2.8.6.3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1006
1006
run-debug: $(PROGRAM)
1007
1007
        MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe
1008
1008
 
 
1009
run-gdb: $(PROGRAM)
 
1010
        echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands
 
1011
        $(MD_LAUNCH_SETUP) gdb $(RUNTIME) -x gdb.commands
 
1012
        rm -f gdb.commands
 
1013
 
1009
1014
run-profile: $(PROGRAM)
1010
1015
        $(MD_LAUNCH) -O=inline --profile $(MD_BIN_PATH)/MonoDevelop.exe
1011
1016