codeblocks_sf icon indicating copy to clipboard operation
codeblocks_sf copied to clipboard

Allow hosted application for all targets.

Open WinterMute opened this issue 3 years ago • 2 comments

This patch allows running any target with a hosted application which allows developers to use run to, for example, launch the target binary in an emulator or send it to an embedded target. This also solves the issue in https://forums.codeblocks.org/index.php/topic,19390.new.html

The second commit simply allows environment variables to be used in the hosted application and execution parameters strings which I find useful.

Is there some issue with the forums now? I keep getting database errors while trying to even browse unless I constantly clear cookies. It says to contact an administrator but doesn't seem to provide a means to contact one. I have other patches I'd like to upstream but they need some more discussion & advice.

WinterMute avatar May 31 '21 09:05 WinterMute

Is there some issue with the forums now? I keep getting database errors while trying to even browse unless I constantly clear cookies. It says to contact an administrator but doesn't seem to provide a means to contact one. I have other patches I'd like to upstream but they need some more discussion & advice.

Yes, there is some problem with IPv6 in SMF. If you disable it locally it should work better/without these problems.

obfuscated avatar May 31 '21 15:05 obfuscated

Yes, there is some problem with IPv6 in SMF. If you disable it locally it should work better/without these problems.

Aweome, that fixed it. Thanks! :)

WinterMute avatar Jun 09 '21 09:06 WinterMute