How to set marks inside the source and executable ?

  • Thread starter Thread starter Angelo
  • Start date Start date
A

Angelo

Greetings,

I would like to set marks inside the source and want to locate a same
position in the executable ?
It's possible in C# ?

Thx!
 
I would like to set marks inside the source and want to locate a same
position in the executable ?
It's possible in C# ?



Well, it can be done (that's basically how the debugger works), but it's
too involved to explain in a newsgroup message (ie, I don't know how to do
it).

Explain further what you want to do, and perhaps we can come up with a
viable solution.

--
Truth,
James Curran
[erstwhile VC++ MVP]
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
 
I would like to extract some blocks code of my executable.

James Curran said:
I would like to set marks inside the source and want to locate a same
position in the executable ?
It's possible in C# ?



Well, it can be done (that's basically how the debugger works), but
it's
too involved to explain in a newsgroup message (ie, I don't know how to do
it).

Explain further what you want to do, and perhaps we can come up with a
viable solution.

--
Truth,
James Curran
[erstwhile VC++ MVP]
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
 
Back
Top