How do I read a variable value in another process?

Just starting out? Need help? Post your questions and find answers here.
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post by DevilDog »

Pdwyer and Psychophanta,
I don't think Mutex/threading will accomplish what I'm trying to do.

With the jaPBe pluggin SDK I can see which word (variable) is under the mouse pointer in the editor from my program (PB Project).

When I know the name of the variable, I should be able to get the address of the variable somehow, I'm not sure yet how to do this step.

Then when I have the address I should be able to read that memory address.

The PB debugger is obviously able to read the value of a variable at any given time.

I'm just trying to tie the ability to read a variable value to the placement of the mouse over a variable in the debugger.
When all is said and done, more is said than done.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

DevilDog wrote:I'm just trying to tie the ability to read a variable value to the placement of the mouse over a variable in the debugger.
As long as i know you can't. It would be an internal feature of the debugger.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
RTEK
User
User
Posts: 28
Joined: Sat Aug 25, 2007 10:10 pm
Location: USA

Post by RTEK »

I agree it would be good to have it in PB - I also miss it coming from VB myself.
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post by DevilDog »

PB Team,
Can this be implemented in the debugger?

It would be a great feature.
When all is said and done, more is said than done.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Please go to "feature requests" in this forum and ask for it. :)

It's been requested before, but hasn't happened yet. :(
Post Reply