[Debug Output (OpenSource)]Please add your wishes here...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

[Debug Output (OpenSource)]Please add your wishes here...

Post by IceSoft »

@Fred,
Can we have own "topics" for the OpenSource Projects?
e.g. IDE, Debug Output, Profiler, etc
I want to improve the 'Debug Output' a little bit
Here are my first ideas, please tell us what are you want/miss

Code: Select all

[DONE]

Code: Select all

[INWORK]

Code: Select all

[FUTURE]
- An additional Debug command that does not send a carriage return after.
Last edited by IceSoft on Thu Dec 05, 2019 5:14 pm, edited 9 times in total.
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Marc56us
Addict
Addict
Posts: 1479
Joined: Sat Feb 08, 2014 3:26 pm

Re: [Debug Output (OpenSource)]Please add all wishes here...

Post by Marc56us »

An additional Debug command that does not send a carriage return after.

:idea: DebugNoCRLF ?

To do something like this:

Code: Select all

DebugNoCRLF "Copying..."
    CopyFile(...
DebugNoCRLF "Done." 

Code: Select all

Copying...Done.
:!: It is necessary to keep the current Debug function so as not to have to modify all the codes.

:wink:
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: [Debug Output (OpenSource)]Please add your wishes here..

Post by IceSoft »

@Admin
Please remove this Topic:
Reason:
NicTheQuick wrote:
IceSoft wrote:The forum should add a separate wish list for the open source projects too.
I think the best thing would be to use the issue tracker of Github itself. It's easier to follow than the Bug section in this board.
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
Tenaja
Addict
Addict
Posts: 1949
Joined: Tue Nov 09, 2010 10:15 pm

Re: [Debug Output (OpenSource)]Please add your wishes here..

Post by Tenaja »

Great idea; I'll add to the list later.
Marc56us
Addict
Addict
Posts: 1479
Joined: Sat Feb 08, 2014 3:26 pm

Re: [Debug Output (OpenSource)]Please add your wishes here..

Post by Marc56us »

I think the best thing would be to use the issue tracker of Github itself. It's easier to follow than the Bug section in this board.
Not necessarily a good idea: few users will register on Github just for that.
Moreover, it makes an additional site to follow.
Dispersion of sites dispersion of users.
:|
User avatar
skywalk
Addict
Addict
Posts: 3994
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: [Debug Output (OpenSource)]Please add your wishes here..

Post by skywalk »

I kinda agree, 2 sites for the same program is annoying. Unless, PB goes full on GitHub!!?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply