RemoteDebugger made by fr34k doesn't work for me.

Everything else that doesn't fall into one of the other PB categories.
DarkDragon
Addict
Addict
Posts: 2348
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

RemoteDebugger made by fr34k doesn't work for me.

Post by DarkDragon »

Hello,

Can anyone tell me how to get the remotedebugger work with PB 4.40? It always runs the executables on the local computer, not on the remote computer. I test it with

Code: Select all

Debug GetEnvironmentVariable("USERNAME")
where the username should differ when running with the remotedebugger.

Here you can download it (within the subpage "Tools"):
http://freak.purearea.net/

Thats my "Tools.prefs" configuration part for this tool:

Code: Select all

[Tool_1]
Command = C:\Programme\PureBasic\Tools\RemoteDebugger.exe
Arguments = --config
WorkingDir = C:\Programme\PureBasic\Tools\
MenuItemName = RemoteDebugger
Shortcut = 0
ConfigLine = 
Trigger = 0
Flags = 0
ReloadSource = 0
HideEditor = 0
HideFromMenu = 0
SourceSpecific = 0
Deactivate = 0
; 
; 
[Tool_2]
Command = C:\Programme\PureBasic\Tools\RemoteDebugger.exe
Arguments = --execute "%EXECUTABLE" "%FILE"
WorkingDir = C:\Programme\PureBasic\Tools\
MenuItemName = RemoteDebugger - Run
Shortcut = 0
ConfigLine = 
Trigger = 4
Flags = 1
ReloadSource = 0
HideEditor = 0
HideFromMenu = 1
SourceSpecific = 1
Deactivate = 0
bye,
Daniel
freak
PureBasic Team
PureBasic Team
Posts: 5962
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: RemoteDebugger made by fr34k doesn't work for me.

Post by freak »

I never tested this tool with any of the recent PB versions. Its pretty out of date.

PB 4.50 will have network debugging built in, so there is no more need for this.
quidquid Latine dictum sit altum videtur
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: RemoteDebugger made by fr34k doesn't work for me.

Post by ts-soft »

freak wrote:PB 4.50 will have network debugging built in, so there is no more need for this.
Crossplattform?
User avatar
Arctic Fox
Enthusiast
Enthusiast
Posts: 609
Joined: Sun Dec 21, 2008 5:02 pm
Location: Aarhus, Denmark

Re: RemoteDebugger made by fr34k doesn't work for me.

Post by Arctic Fox »

ts-soft wrote:
freak wrote:PB 4.50 will have network debugging built in, so there is no more need for this.
Crossplattform?
See here:
http://www.purebasic.fr/english/viewtop ... 60#p314960
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: RemoteDebugger made by fr34k doesn't work for me.

Post by ts-soft »

Arctic Fox wrote:
ts-soft wrote:
freak wrote:PB 4.50 will have network debugging built in, so there is no more need for this.
Crossplattform?
See here:
http://www.purebasic.fr/english/viewtop ... 60#p314960
thx :D
DarkDragon
Addict
Addict
Posts: 2348
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: RemoteDebugger made by fr34k doesn't work for me.

Post by DarkDragon »

freak wrote:I never tested this tool with any of the recent PB versions. Its pretty out of date.

PB 4.50 will have network debugging built in, so there is no more need for this.
Thanks for the information.
I just remembered your project this morning and I didn't even expect to read that "PB 4.10+" is supported as you have created it a really long time ago. :)
bye,
Daniel
Post Reply