Forums
MonoDevelop Cobra add-in
36 posts
• Page 4 of 4 • 1, 2, 3, 4
Re: MonoDevelop Cobra add-in
Since I don't have any automated tests yet, another way to contribute is to submit bug reports if you find one in the addin: https://github.com/ramon-rocha/MonoDeve ... ing/issues
- nerdzero
- Posts: 286
- Location: Chicago, IL
Re: MonoDevelop Cobra add-in
Any thoughts on how to, under MD, add one or more of the normal command line arguments/flags that Cobra offers? For example, how would I implement
cobra -ert
under MD? Maybe something about Project >> Project Options >> Build >> Custom Commands >> ....?
Thanks for any help on this.
cobra -ert
under MD? Maybe something about Project >> Project Options >> Build >> Custom Commands >> ....?
Thanks for any help on this.
- DelphiGuy
- Posts: 116
Re: MonoDevelop Cobra add-in
any thoughts? why would a program run under MD (targeting mono) perfectly in non-debug mode, but misbehave under debug mode? i ain't much of a programmer, but it seems to me that if it would misbehave under debug mode, it should also misbehave while running normally. but it doesn't.
and if the problem is in a MIDI-related assembly (FWIW, leslie sanford's win .net midi stuff from http://www.codeproject.com/Articles/6228/C-MIDI-Toolkit ) I d/l'ed from the web, isn't there a C# or cobra syntax for inserting in the code a flag to turn off debugging during calls to .net assemblies, just for this type of circumstance where you have an assembly from someone else that may otherwise run "good enough"?
and if the problem is in a MIDI-related assembly (FWIW, leslie sanford's win .net midi stuff from http://www.codeproject.com/Articles/6228/C-MIDI-Toolkit ) I d/l'ed from the web, isn't there a C# or cobra syntax for inserting in the code a flag to turn off debugging during calls to .net assemblies, just for this type of circumstance where you have an assembly from someone else that may otherwise run "good enough"?
- Attachments
-
- midi project ran good on mono non-debug, but crashed with debug mode.jpg (270.68 KiB) Viewed 15146 times
- DelphiGuy
- Posts: 116
Re: MonoDevelop Cobra add-in
DelphiGuy wrote:Any thoughts on how to, under MD, add one or more of the normal command line arguments/flags that Cobra offers? For example, how would I implement
cobra -ert
under MD? Maybe something about Project >> Project Options >> Build >> Custom Commands >> ....?
Thanks for any help on this.
This is one of the features I have shelved for now as I work on finishing autocomplete (making good progress btw).
The way I am thinking of implementing it is via a checkbox as shown in this thread: viewtopic.php?f=4&t=988 (scroll the images downwards)
It just so happens I accidentally pushed the backend to this gui yesterday: https://github.com/ramon-rocha/MonoDeve ... ameters.cs
But if you didn't want to spend all that time creating the front end and hooking everything up, you can checkout the CobraLanguageBinding.Compile method and just hard-code the option for now.
- nerdzero
- Posts: 286
- Location: Chicago, IL
Re: MonoDevelop Cobra add-in
I think we'll want a text box for arbitrary args regardless of the fact that we'll have many of them covered by checkboxes and radio buttons. In this way, the user always has an "escape hatch" to specify anything that isn't covered by the GUI.
- Charles
- Posts: 2515
- Location: Los Angeles, CA
Re: MonoDevelop Cobra add-in
Agreed. It's in the screenshot of the mockup at the bottom of the screen.
- nerdzero
- Posts: 286
- Location: Chicago, IL
36 posts
• Page 4 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 13 guests