-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Dump Memory and Stack Frame #72
Comments
Hi Matt, Realise that asm-dude is an extension that only adds some color to text views and that adds some functionality (such as code completion and signature help) to the text editor. It has no connection to a assembler or debugger. The debugger in VS is notoriously old and poorly documented; getting the syntax coloring in the disassembly windows was a horror tour simply because nobody knew how to do it. Those two features do indeed sound useful, but sadly, I don't know how to retrieve the needed information from the VS debugger. I'll put them on the todo list. |
Well that escalated quickly. Either did I.
Seek therapy.
Sent via the Samsung Galaxy S7 edge, an AT&T 4G LTE smartphone
-------- Original message --------From: szostak <notifications@github.com> Date: 2/15/18 11:39 AM (GMT-08:00) To: HJLebbink/asm-dude <asm-dude@noreply.github.com> Cc: Subscribed <subscribed@noreply.github.com> Subject: Re: [HJLebbink/asm-dude] Feature request: Dump Memory and Stack Frame
(#72)
Ok, dude, I never subscribed to this. I unwatched and unfollowed it. Im
still getting emails about it. fuck off. seriously, I need you to FUCK OFF!!
YOU fucking asshole, go rape yourself to death or something
On Wed, Feb 14, 2018 at 12:55 AM, Henk-Jan Lebbink <notifications@github.com
wrote:
Hi Matt,
Realise that asm-dude is an extension that only adds some color to text
views and that adds some functionality (such as code completion and
signature help) to the text editor. It has no connection to a assembler or
debugger. The debugger in VS is notoriously old and poorly documented;
getting the syntax coloring in the disassembly windows was a horror tour
simply because nobody knew how to do it.
Those two features do indeed sound useful, but sadly, I don't know how to
retrieve the needed information from the VS debugger. I'll put them on the
todo list.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALfwBzwHrw9vsMc3NdndyyP6pTWuNvF1ks5tUp-BgaJpZM4SEuOm>
.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/HJLebbink/asm-dude","title":"HJLebbink/asm-dude","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/HJLebbink/asm-dude"}},"updates":{"snippets":[{"icon":"PERSON","message":"@szostak in #72: Ok, dude, I never subscribed to this. I unwatched and unfollowed it. Im\nstill getting emails about it. fuck off. seriously, I need you to FUCK OFF!!\n\nYOU fucking asshole, go rape yourself to death or something\n\nOn Wed, Feb 14, 2018 at 12:55 AM, Henk-Jan Lebbink \u003cnotifications@github.com\n\u003e wrote:\n\n\u003e Hi Matt,\n\u003e\n\u003e Realise that asm-dude is an extension that only adds some color to text\n\u003e views and that adds some functionality (such as code completion and\n\u003e signature help) to the text editor. It has no connection to a assembler or\n\u003e debugger. The debugger in VS is notoriously old and poorly documented;\n\u003e getting the syntax coloring in the disassembly windows was a horror tour\n\u003e simply because nobody knew how to do it.\n\u003e\n\u003e Those two features do indeed sound useful, but sadly, I don't know how to\n\u003e retrieve the needed information from the VS debugger. I'll put them on the\n\u003e todo list.\n\u003e\n\u003e —\n\u003e You are receiving this because you are subscribed to this thread.\n\u003e Reply to this email directly, view it on GitHub\n\u003e \u003chttps://github.com/HJLebbink/asm-dude/issues/72#issuecomment-365536934\u003e,\n\u003e or mute the thread\n\u003e \u003chttps://github.com/notifications/unsubscribe-auth/ALfwBzwHrw9vsMc3NdndyyP6pTWuNvF1ks5tUp-BgaJpZM4SEuOm\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"View Issue","url":"#72 (comment)"}}}
|
When selecting one address, can the values of the address be dumped in Memory Window?
e.g., suppose that the following code in Disassembly Window
...
When debugging a program, I often need check stack frame.
I use Memory2 to display the values of stack(Memory2: Address=ESP(or RSP), Columns=4, Reevaluate Automatically)
so can the extension add the following feature:
the current ESP and EBP(or RSP, RBP) are highlighted in different color, and the current stack frame is contained in a vertical bar.
e.g.
The text was updated successfully, but these errors were encountered: